From a1c267af73a2d0fedd07c567249a64a9464dc5dc Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 9 Jan 2024 10:07:38 +0200 Subject: [PATCH] Add to_json for additional safety --- .../matrix-bridge-mautrix-signal/templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7b84b7350..46427c8cd 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_bridge_note_to_self_avatar }} + note_to_self_avatar: {{ matrix_mautrix_signal_bridge_note_to_self_avatar | to_json }} portal_message_buffer: 128