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

Commit 31a298f

Browse files
authored
Advertise Matrix 1.1 in /_matrix/client/versions (#12020)
1 parent 19bd9cf commit 31a298f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/12020.feature

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Advertise Matrix 1.1 support on `/_matrix/client/versions`.

synapse/rest/client/versions.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
7373
"r0.5.0",
7474
"r0.6.0",
7575
"r0.6.1",
76+
"v1.1",
7677
],
7778
# as per MSC1497:
7879
"unstable_features": {

0 commit comments

Comments
 (0)