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
This commit is contained in:
Slavi Pantaleev 2024-01-11 07:55:41 +02:00
parent 6766216fcb
commit 95e505106b
1 changed files with 1 additions and 1 deletions

View File

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