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

Commit 99f6d79

Browse files
turt2liveclokep
andauthored
Advertise Matrix 1.2 in /_matrix/client/versions (#12022)
Co-authored-by: Patrick Cloke <[email protected]>
1 parent 444b040 commit 99f6d79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/12022.feature

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

synapse/rest/client/versions.py

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

0 commit comments

Comments
 (0)