mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Declare support for Matrix v1.10. (#17082)
Pretty straightforward. 😄 Fixes #17021
This commit is contained in:
parent
6a275828c8
commit
38bc7a009d
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 New Issue
Block a user