Skip to content
Snippets Groups Projects
Commit c7837dce authored by Neil Johnson's avatar Neil Johnson
Browse files

reflect that rooms v3 is a stable room version

parent e4bef9d4
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ KNOWN_ROOM_VERSIONS = { ...@@ -119,6 +119,7 @@ KNOWN_ROOM_VERSIONS = {
RoomVersions.V2, RoomVersions.V2,
RoomVersions.VDH_TEST, RoomVersions.VDH_TEST,
RoomVersions.STATE_V2_TEST, RoomVersions.STATE_V2_TEST,
RoomVersions.V3,
} }
ServerNoticeMsgType = "m.server_notice" ServerNoticeMsgType = "m.server_notice"
......
...@@ -53,6 +53,7 @@ class CapabilitiesRestServlet(RestServlet): ...@@ -53,6 +53,7 @@ class CapabilitiesRestServlet(RestServlet):
"1": "stable", "1": "stable",
"2": "stable", "2": "stable",
"state-v2-test": "unstable", "state-v2-test": "unstable",
"3": "stable",
} }
}, },
"m.change_password": { "m.change_password": {
......
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