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

@@ -51,6 +51,7 @@ func DoUpgrade(helper *up.Helper) {
helper.Copy(up.Bool, "bridge", "encryption", "allow")
helper.Copy(up.Bool, "bridge", "encryption", "default")
helper.Copy(up.Bool, "bridge", "encryption", "require")
helper.Copy(up.Bool, "bridge", "encryption", "appservice")
helper.Copy(up.Bool, "bridge", "encryption", "allow_key_sharing")
helper.Copy(up.Str, "bridge", "encryption", "verification_levels", "receive")
helper.Copy(up.Str, "bridge", "encryption", "verification_levels", "send")