Declare support for Matrix v1.10. (#17082)
Pretty straightforward. 😄 Fixes #17021
This commit is contained in:
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": {
|
||||
|
||||
Reference in New Issue
Block a user