mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add org.matrix.e2e_cross_signing to unstable_features in /versions as per MSC1756 (#6712)
This commit is contained in:
parent
48c3a96886
commit
38e0e59f42
1
changelog.d/6712.feature
Normal file
1
changelog.d/6712.feature
Normal file
@ -0,0 +1 @@
|
||||
Add org.matrix.e2e_cross_signing to unstable_features in /versions as per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
@ -71,6 +71,8 @@ class VersionsRestServlet(RestServlet):
|
||||
# Implements support for label-based filtering as described in
|
||||
# MSC2326.
|
||||
"org.matrix.label_based_filtering": True,
|
||||
# Implements support for cross signing as described in MSC1756
|
||||
"org.matrix.e2e_cross_signing": True,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user