0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 12:48:58 +02:00

Advertise support for Matrix 1.4. (#14184)

All features / changes in Matrix 1.4 are now supported in
Synapse.
This commit is contained in:
Patrick Cloke 2022-10-14 09:21:55 -04:00 committed by GitHub
parent 5a983cccfb
commit 022f25b309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.

View file

@ -0,0 +1 @@
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.

View file

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