Add org.matrix.e2e_cross_signing to unstable_features in /versions as per MSC1756 (#6712)
parent
48c3a96886
commit
38e0e59f42
|
@ -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