Declare support for Matrix v1.10. (#17082)

Pretty straightforward. 😄 

Fixes #17021
This commit is contained in:
Patrick Cloke 2024-04-29 09:09:03 -04:00 committed by GitHub
parent 6a275828c8
commit 38bc7a009d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed by @clokep.

View File

@ -89,6 +89,7 @@ class VersionsRestServlet(RestServlet):
"v1.7",
"v1.8",
"v1.9",
"v1.10",
],
# as per MSC1497:
"unstable_features": {