Просмотр исходного кода

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

pull/3084/head
Pierre 'McFly' Marty 2 лет назад
Родитель
Сommit
2f47cc488f
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 6545FB494B671D7C
2 измененных файлов: 2 добавлений и 2 удалений
  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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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



Загрузка…
Отмена
Сохранить