From 95e505106b4fcd99ab833dc6292f79af856e2f6a Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 11 Jan 2024 07:55:41 +0200 Subject: [PATCH] Restore matrix_mautrix_signal_appservice_bot_username usage Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3088 Looks like the migration to the Go-based Signal bridge hardcoded the `signalbot` username instead of using the variable we had. Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041 --- .../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 46427c8cda8..8cca8e263d7 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 @@ -58,7 +58,7 @@ appservice: # Appservice bot details. bot: # Username of the appservice bot. - username: signalbot + username: {{ matrix_mautrix_signal_appservice_bot_username | to_json }} # Display name and avatar for bot. Set to "remove" to remove display name/avatar, leave empty # to leave display name/avatar as-is. displayname: signal bridge bot