mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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:
parent
5a983cccfb
commit
022f25b309
@ -1 +1 @@
|
||||
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
|
||||
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
|
||||
|
1
changelog.d/14184.feature
Normal file
1
changelog.d/14184.feature
Normal file
@ -0,0 +1 @@
|
||||
Advertise support for Matrix 1.3 and 1.4 on `/_matrix/client/versions`.
|
@ -76,6 +76,7 @@ class VersionsRestServlet(RestServlet):
|
||||
"v1.1",
|
||||
"v1.2",
|
||||
"v1.3",
|
||||
"v1.4",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
Loading…
Reference in New Issue
Block a user