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

backout v3

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