mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-24 18:08:28 +01:00
Use | to_json
This commit is contained in:
parent
af222d2820
commit
07a7234ba0
@ -273,12 +273,12 @@ bridge:
|
|||||||
# Filter mode to use. Either "blacklist" or "whitelist".
|
# Filter mode to use. Either "blacklist" or "whitelist".
|
||||||
# If the mode is "blacklist", the listed chats will never be bridged.
|
# If the mode is "blacklist", the listed chats will never be bridged.
|
||||||
# If the mode is "whitelist", only the listed chats can be bridged.
|
# If the mode is "whitelist", only the listed chats can be bridged.
|
||||||
mode: "{{ matrix_mautrix_telegram_filter_mode }}"
|
mode: {{ matrix_mautrix_telegram_filter_mode | to_json }}
|
||||||
# The list of group/channel IDs to filter.
|
# The list of group/channel IDs to filter.
|
||||||
list: []
|
list: []
|
||||||
|
|
||||||
# The prefix for commands. Only required in non-management rooms.
|
# The prefix for commands. Only required in non-management rooms.
|
||||||
command_prefix: "{{ matrix_mautrix_telegram_command_prefix }}"
|
command_prefix: {{ matrix_mautrix_telegram_command_prefix | to_json }}
|
||||||
|
|
||||||
# Permissions for using the bridge.
|
# Permissions for using the bridge.
|
||||||
# Permitted values:
|
# Permitted values:
|
||||||
@ -291,7 +291,7 @@ bridge:
|
|||||||
# * - All Matrix users
|
# * - All Matrix users
|
||||||
# domain - All users on that homeserver
|
# domain - All users on that homeserver
|
||||||
# mxid - Specific user
|
# mxid - Specific user
|
||||||
permissions: {{ matrix_mautrix_telegram_bridge_permissions|to_json }}
|
permissions: {{ matrix_mautrix_telegram_bridge_permissions | to_json }}
|
||||||
|
|
||||||
# Options related to the message relay Telegram bot.
|
# Options related to the message relay Telegram bot.
|
||||||
relaybot:
|
relaybot:
|
||||||
|
Loading…
Reference in New Issue
Block a user