Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5b211ae

Browse files
committed
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)
2 parents 730dac5 + 38e0e59 commit 5b211ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/6712.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add org.matrix.e2e_cross_signing to unstable_features in /versions as per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).

synapse/rest/client/versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def on_GET(self, request):
7171
# Implements support for label-based filtering as described in
7272
# MSC2326.
7373
"org.matrix.label_based_filtering": True,
74+
# Implements support for cross signing as described in MSC1756
75+
"org.matrix.e2e_cross_signing": True,
7476
},
7577
},
7678
)

0 commit comments

Comments
 (0)