Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020)
This commit is contained in:
parent
19bd9cff1a
commit
31a298fec7
|
@ -0,0 +1 @@
|
|||
Advertise Matrix 1.1 support on `/_matrix/client/versions`.
|
|
@ -73,6 +73,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.5.0",
|
||||
"r0.6.0",
|
||||
"r0.6.1",
|
||||
"v1.1",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in New Issue