We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635d403 commit c156991Copy full SHA for c156991
mautrix/bridge/config.py
@@ -109,7 +109,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:
109
copy("bridge.encryption.verification_levels.send")
110
copy("bridge.encryption.verification_levels.share")
111
copy("bridge.encryption.allow_key_sharing")
112
- if self.get("bridge.encryption.key_sharing_allow", False):
+ if self.get("bridge.encryption.key_sharing.allow", False):
113
helper.base["bridge.encryption.allow_key_sharing"] = True
114
require_verif = self.get("bridge.encryption.key_sharing.require_verification", True)
115
require_cs = self.get("bridge.encryption.key_sharing.require_cross_signing", False)
0 commit comments