Add option to invite specific users to all created group chat portals

This commit is contained in:
Tulir Asokan
2019-11-06 22:37:48 +02:00
parent aaf158cc29
commit 0a5f4e6551
4 changed files with 22 additions and 6 deletions
+7
View File
@@ -292,6 +292,13 @@ bridge:
# When private_chat_invite is empty, this message is sent to users /starting the
# relaybot. Telegram's "markdown" is supported.
message: This is a Matrix bridge relaybot and does not support direct chats
# List of users to invite to all group chat portals created by the bridge.
group_chat_invite: []
# Whether or not the relaybot should not bridge events in unbridged group chats.
# If false, portals will be created when the relaybot receives messages, just like normal
# users. This behavior is usually not desirable, as it interferes with manually bridging
# the chat to another room.
ignore_unbridged_group_chat: true
# Whether or not to allow creating portals from Telegram.
authless_portals: true
# Whether or not to allow Telegram group admins to use the bot commands.