Skip to content

Commit

Permalink
Declare support for Matrix v1.10. (#17082)
Browse files Browse the repository at this point in the history
Pretty straightforward. 馃槃 

Fixes #17021
  • Loading branch information
clokep committed Apr 29, 2024
1 parent 6a27582 commit 38bc7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17082.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed by @clokep.
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"v1.7",
"v1.8",
"v1.9",
"v1.10",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit 38bc7a0

Please sign in to comment.