mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-24 19:14:06 +01:00
Declare support for Matrix v1.10. (#17082)
Pretty straightforward. 😄 Fixes #17021
This commit is contained in:
parent
6a275828c8
commit
38bc7a009d
2 changed files with 2 additions and 0 deletions
1
changelog.d/17082.feature
Normal file
1
changelog.d/17082.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed by @clokep.
|
|
@ -89,6 +89,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"v1.7",
|
||||
"v1.8",
|
||||
"v1.9",
|
||||
"v1.10",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in a new issue