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

Commit b9e7060

Browse files
committed
Advertise support for Matrix 1.4.
1 parent 126a157 commit b9e7060

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

changelog.d/14032.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
1+
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.

changelog.d/14183.feature

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

synapse/rest/client/versions.py

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

0 commit comments

Comments
 (0)