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

Commit d8663f5

Browse files
authored
Advertise supporting version 1.3 of the Matrix spec. (#14032)
Now that all features / changes in 1.3 are supported in Synapse.
1 parent 04ce2ed commit d8663f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/14032.feature

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

synapse/rest/client/versions.py

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

0 commit comments

Comments
 (0)