Skip to content

Commit

Permalink
Restore matrix_mautrix_signal_appservice_bot_username usage
Browse files Browse the repository at this point in the history
Fixes #3088

Looks like the migration to the Go-based Signal bridge hardcoded the
`signalbot` username instead of using the variable we had.
Related to: #3041
  • Loading branch information
spantaleev committed Jan 11, 2024
1 parent 6766216 commit 95e5051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e5051

Please sign in to comment.