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 v1.5. (#14576)
Browse files Browse the repository at this point in the history
All features of Matrix v1.5 were already supported: this was
mostly a maintenance release.
  • Loading branch information
clokep authored and H-Shay committed Dec 13, 2022
1 parent c9d3e53 commit f69e93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/14576.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise support for Matrix 1.5 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 @@ -77,6 +77,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"v1.2",
"v1.3",
"v1.4",
"v1.5",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit f69e93b

Please sign in to comment.