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

Commit

Permalink
Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Nov 29, 2023
1 parent d6c3b75 commit dcf949c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/16707.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Synapse now declares support for Matrix v1.7, v1.8, and v1.9.
3 changes: 3 additions & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"v1.4",
"v1.5",
"v1.6",
"v1.7",
"v1.8",
"v1.9",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit dcf949c

Please sign in to comment.