Add org.matrix.e2e_cross_signing to unstable_features in /versions as per MSC1756 (#6712)

pull/6723/head
Neil Johnson 2020-01-16 09:46:14 +00:00 committed by GitHub
parent 48c3a96886
commit 38e0e59f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
changelog.d/6712.feature Normal file
View 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).

View File

@ -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,
},
},
)