mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Advertise Matrix 1.2 in /_matrix/client/versions
(#12022)
Co-authored-by: Patrick Cloke <patrickc@matrix.org>
This commit is contained in:
parent
444b04058b
commit
99f6d79fe1
1
changelog.d/12022.feature
Normal file
1
changelog.d/12022.feature
Normal file
@ -0,0 +1 @@
|
|||||||
|
Advertise Matrix 1.2 support on `/_matrix/client/versions`.
|
@ -74,6 +74,7 @@ class VersionsRestServlet(RestServlet):
|
|||||||
"r0.6.0",
|
"r0.6.0",
|
||||||
"r0.6.1",
|
"r0.6.1",
|
||||||
"v1.1",
|
"v1.1",
|
||||||
|
"v1.2",
|
||||||
],
|
],
|
||||||
# as per MSC1497:
|
# as per MSC1497:
|
||||||
"unstable_features": {
|
"unstable_features": {
|
||||||
|
Loading…
Reference in New Issue
Block a user