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

Commit 13aa29d

Browse files
authored
Advertise support for Matrix v1.5. (#14576)
All features of Matrix v1.5 were already supported: this was mostly a maintenance release.
1 parent 5b0dcda commit 13aa29d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/14576.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Advertise support for Matrix 1.5 on `/_matrix/client/versions`.

synapse/rest/client/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
7777
"v1.2",
7878
"v1.3",
7979
"v1.4",
80+
"v1.5",
8081
],
8182
# as per MSC1497:
8283
"unstable_features": {

0 commit comments

Comments
 (0)