mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-30 02:44:33 +10:00
Make mautrix-gmessages honor matrix_bridge_mautrix_gmessages_command_prefix
The variable was defined, but the configuration template hardcoded the command prefix, so changing the variable had no effect. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ network:
|
|||||||
# Config options that affect the central bridge module.
|
# Config options that affect the central bridge module.
|
||||||
bridge:
|
bridge:
|
||||||
# The prefix for commands. Only required in non-management rooms.
|
# The prefix for commands. Only required in non-management rooms.
|
||||||
command_prefix: '!gm'
|
command_prefix: {{ matrix_bridge_mautrix_gmessages_command_prefix | to_json }}
|
||||||
# Should the bridge create a space for each login containing the rooms that account is in?
|
# Should the bridge create a space for each login containing the rooms that account is in?
|
||||||
personal_filtering_spaces: {{ matrix_bridge_mautrix_gmessages_bridge_personal_filtering_spaces | to_json }}
|
personal_filtering_spaces: {{ matrix_bridge_mautrix_gmessages_bridge_personal_filtering_spaces | to_json }}
|
||||||
# Whether the bridge should set names and avatars explicitly for DM portals.
|
# Whether the bridge should set names and avatars explicitly for DM portals.
|
||||||
|
|||||||
Reference in New Issue
Block a user