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

Commit

Permalink
Advertise support for Matrix 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 14, 2022
1 parent 126a157 commit cefcea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/14032.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
1 change: 1 addition & 0 deletions changelog.d/14184.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"v1.1",
"v1.2",
"v1.3",
"v1.4",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit cefcea2

Please sign in to comment.