fix: quote YAML inline dicts correctly
This commit is contained in:
@ -412,7 +412,7 @@ bridge:
|
||||
# * - All Matrix users
|
||||
# domain - All users on that homeserver
|
||||
# mxid - Specific user
|
||||
permissions: "{{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}"
|
||||
permissions: {{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}
|
||||
|
||||
# Options related to the message relay Telegram bot.
|
||||
relaybot:
|
||||
|
||||
Reference in New Issue
Block a user