From 2f47cc488f476379220301dae652fefe37c92a4c Mon Sep 17 00:00:00 2001 From: Pierre 'McFly' Marty Date: Tue, 9 Jan 2024 08:48:50 +0200 Subject: [PATCH] style(deps): rename default note to self config variable --- roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml | 2 +- .../matrix-bridge-mautrix-signal/templates/config.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml index a6584325a..b42fcf70c 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml +++ b/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" diff --git a/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 index a5a4a547d..7b84b7350 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 +++ b/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