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:
parent
04ce2edddc
commit
d8663f5e63
|
@ -0,0 +1 @@
|
|||
Advertise Matrix 1.3 support on `/_matrix/client/versions`.
|
|
@ -75,6 +75,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.6.1",
|
||||
"v1.1",
|
||||
"v1.2",
|
||||
"v1.3",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in New Issue