0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 07:08:56 +02:00

Advertise Matrix 1.2 in /_matrix/client/versions (#12022)

Co-authored-by: Patrick Cloke <patrickc@matrix.org>
This commit is contained in:
Travis Ralston 2022-02-21 08:59:29 -07:00 committed by GitHub
parent 444b04058b
commit 99f6d79fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Advertise Matrix 1.2 support on `/_matrix/client/versions`.

View file

@ -74,6 +74,7 @@ class VersionsRestServlet(RestServlet):
"r0.6.0",
"r0.6.1",
"v1.1",
"v1.2",
],
# as per MSC1497:
"unstable_features": {