Explorar el Código

style(deps): rename default note to self config variable

pull/3084/head
Pierre 'McFly' Marty hace 2 años
padre
commit
2f47cc488f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 6545FB494B671D7C
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml Ver fichero

@@ -167,4 +167,4 @@ matrix_mautrix_signal_bridge_personal_filtering_spaces: true
# Setting this to false fixed the issue.
matrix_mautrix_signal_bridge_restricted_rooms: true

matrix_mautrix_signal_default_note_to_self_avatar_uri: "mxc://maunium.net/REBIVrqjZwmaWpssCZpBlmlL"
matrix_mautrix_signal_bridge_note_to_self_avatar: "mxc://maunium.net/REBIVrqjZwmaWpssCZpBlmlL"

+ 1
- 1
roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 Ver fichero

@@ -112,7 +112,7 @@ bridge:
# Should the Signal user's phone number be included in the room topic in private chat portal rooms?
number_in_topic: true
# Avatar image for the Note to Self room.
note_to_self_avatar: {{ matrix_mautrix_signal_default_note_to_self_avatar_uri }}
note_to_self_avatar: {{ matrix_mautrix_signal_bridge_note_to_self_avatar }}

portal_message_buffer: 128



Cargando…
Cancelar
Guardar