Merge branch 'master' into next-native-replies

This commit is contained in:
Tulir Asokan
2018-02-13 13:40:00 +02:00
29 changed files with 1199 additions and 564 deletions
+5 -2
View File
@@ -64,6 +64,9 @@ bridge:
# If native replies are disabled, should the custom replies contain a link to the message being
# replied to?
link_in_reply: False
# Show message editing as a reply to the original message.
# If this is false, message edits are not shown at all, as Matrix does not support editing yet.
edits_as_replies: False
# The prefix for commands. Only required in non-management rooms.
command_prefix: "!tg"
@@ -71,13 +74,13 @@ bridge:
# Whitelist of user IDs that are allowed to use this bridge. Leave empty to disable.
# You can enter a domain without the localpart to allow all users from that homeserver to use the bridge.
whitelist:
- "internal-hs.example.com"
- "internal.example.com"
- "@user:public.example.com"
# Admins can do things like delete portal rooms. Here you must specify the exact MXID, domains
# are not accepted.
admins:
- "@admin:internal-hs.example.com"
- "@admin:internal.example.com"
# Telegram config
telegram: