ソースを参照

Use | to_json

pull/2175/head
Slavi Pantaleev 3年前
committed by GitHub
コミット
07a7234ba0
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      roles/matrix-bridge-mautrix-telegram/templates/config.yaml.j2

+ 3
- 3
roles/matrix-bridge-mautrix-telegram/templates/config.yaml.j2 ファイルの表示

@@ -273,12 +273,12 @@ bridge:
# Filter mode to use. Either "blacklist" or "whitelist".
# If the mode is "blacklist", the listed chats will never 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.
list: []

# 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.
# Permitted values:
@@ -291,7 +291,7 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# 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.
relaybot:


読み込み中…
キャンセル
保存