Skip to content
Snippets Groups Projects
Unverified Commit 31a298fe authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020)

parent 19bd9cff
No related branches found
No related tags found
No related merge requests found
Advertise Matrix 1.1 support on `/_matrix/client/versions`.
\ No newline at end of file
...@@ -73,6 +73,7 @@ class VersionsRestServlet(RestServlet): ...@@ -73,6 +73,7 @@ class VersionsRestServlet(RestServlet):
"r0.5.0", "r0.5.0",
"r0.6.0", "r0.6.0",
"r0.6.1", "r0.6.1",
"v1.1",
], ],
# as per MSC1497: # as per MSC1497:
"unstable_features": { "unstable_features": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment