Add option to not set room meta in encrypted rooms

This commit is contained in:
Tulir Asokan
2023-04-14 14:12:01 +03:00
parent 4ff6a62dab
commit 815ce40989
5 changed files with 49 additions and 25 deletions
+5 -3
View File
@@ -326,9 +326,11 @@ bridge:
# default.
messages: 100
# Whether or not to explicitly set the avatar and room name for private
# chat portal rooms. This will be implicitly enabled if encryption.default is true.
private_chat_portal_meta: false
# Whether to explicitly set the avatar and room name for private chat portal rooms.
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: default
# Whether or not the bridge should send a read receipt from the bridge bot when a message has
# been sent to Telegram.
delivery_receipts: false