1
0

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

* commit '38e0e59f4':
  Add org.matrix.e2e_cross_signing to unstable_features in /versions as per MSC1756 (#6712)
This commit is contained in:
Andrew Morgan
2020-03-23 11:35:35 +00:00
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,
},
},
)