summary refs log tree commit diff
path: root/synapse/rest/admin/experimental_features.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2024-06-14 11:14:56 +0100
committerGitHub <noreply@github.com>2024-06-14 11:14:56 +0100
commit3aae60f17b97078b2fd4bde64be063f9d34c6352 (patch)
treea033fd768eeed24256c4ab6328286423900d593a /synapse/rest/admin/experimental_features.py
parentInclude user membership on events (#17282) (diff)
downloadsynapse-3aae60f17b97078b2fd4bde64be063f9d34c6352.tar.xz
Enable cross-signing key upload without UIA (#17284)
Per MSC3967, which is now stable, we should not require UIA when
uploading cross-signing keys for the first time.

Fixes: #17227
Diffstat (limited to 'synapse/rest/admin/experimental_features.py')
-rw-r--r--synapse/rest/admin/experimental_features.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/admin/experimental_features.py b/synapse/rest/admin/experimental_features.py

index 52eb9e62db..c5a00c490c 100644 --- a/synapse/rest/admin/experimental_features.py +++ b/synapse/rest/admin/experimental_features.py
@@ -41,7 +41,6 @@ class ExperimentalFeature(str, Enum): MSC3026 = "msc3026" MSC3881 = "msc3881" - MSC3967 = "msc3967" class ExperimentalFeaturesRestServlet(RestServlet):