Skip to content

Commit c156991

Browse files
committed
Fix typo in config upgrade
1 parent 635d403 commit c156991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/bridge/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:
109109
copy("bridge.encryption.verification_levels.send")
110110
copy("bridge.encryption.verification_levels.share")
111111
copy("bridge.encryption.allow_key_sharing")
112-
if self.get("bridge.encryption.key_sharing_allow", False):
112+
if self.get("bridge.encryption.key_sharing.allow", False):
113113
helper.base["bridge.encryption.allow_key_sharing"] = True
114114
require_verif = self.get("bridge.encryption.key_sharing.require_verification", True)
115115
require_cs = self.get("bridge.encryption.key_sharing.require_cross_signing", False)

0 commit comments

Comments
 (0)