Update mautrix-go and add option to use MSC2409/MSC3202 for e2be data

This commit is contained in:
Tulir Asokan
2022-09-14 21:13:39 +03:00
parent 0b782a5adb
commit 8f6f98acce
4 changed files with 6 additions and 3 deletions

View File

@@ -155,6 +155,8 @@ bridge:
# Default to encryption, force-enable encryption in all portals the bridge creates
# This will cause the bridge bot to be in private chats for the encryption to work properly.
default: false
# Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
appservice: false
# Require encryption, drop any unencrypted messages.
require: false
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.