Skip to content

Commit 38bc7a0

Browse files
authored
Declare support for Matrix v1.10. (#17082)
Pretty straightforward. 😄 Fixes #17021
1 parent 6a27582 commit 38bc7a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/17082.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed by @clokep.

synapse/rest/client/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
8989
"v1.7",
9090
"v1.8",
9191
"v1.9",
92+
"v1.10",
9293
],
9394
# as per MSC1497:
9495
"unstable_features": {

0 commit comments

Comments
 (0)