Skip to content

Commit ccbd619

Browse files
authored
Declare support for Matrix 1.11 (#17403)
Previous: #17082 Fixes #17402 See #17402 for context **Blocked on #17388 (required for spec compliance)
1 parent c896030 commit ccbd619

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/17403.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Declare support for [Matrix 1.11](https://matrix.org/blog/2024/06/20/matrix-v1.11-release/).

synapse/rest/client/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async def on_GET(self, request: SynapseRequest) -> Tuple[int, JsonDict]:
102102
"v1.8",
103103
"v1.9",
104104
"v1.10",
105+
"v1.11",
105106
],
106107
# as per MSC1497:
107108
"unstable_features": {

0 commit comments

Comments
 (0)