0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 18:59:04 +02:00

Advertise supporting version 1.3 of the Matrix spec. (#14032)

Now that all features / changes in 1.3 are supported in Synapse.
This commit is contained in:
Patrick Cloke 2022-10-04 10:21:16 -04:00 committed by GitHub
parent 04ce2edddc
commit d8663f5e63
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.3 support on `/_matrix/client/versions`.

View file

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