Skip to content

Commit

Permalink
Declare support for Matrix 1.11 (#17403)
Browse files Browse the repository at this point in the history
Previous: #17082
Fixes #17402
See #17402 for context

**Blocked on #17388
(required for spec compliance)
  • Loading branch information
turt2live authored Jul 8, 2024
1 parent c896030 commit ccbd619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17403.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declare support for [Matrix 1.11](https://matrix.org/blog/2024/06/20/matrix-v1.11-release/).
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ async def on_GET(self, request: SynapseRequest) -> Tuple[int, JsonDict]:
"v1.8",
"v1.9",
"v1.10",
"v1.11",
],
# as per MSC1497:
"unstable_features": {
Expand Down

0 comments on commit ccbd619

Please sign in to comment.