mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-11 17:32:48 -04:00
Implementation of MSC3967: Don't require UIA for initial upload of cross signing keys (#15077)
This commit is contained in:
parent
2b78981736
commit
916b8061d2
5 changed files with 182 additions and 9 deletions
|
@ -194,3 +194,6 @@ class ExperimentalConfig(Config):
|
|||
self.msc3966_exact_event_property_contains = experimental.get(
|
||||
"msc3966_exact_event_property_contains", False
|
||||
)
|
||||
|
||||
# MSC3967: Do not require UIA when first uploading cross signing keys
|
||||
self.msc3967_enabled = experimental.get("msc3967_enabled", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue