backout v3

This commit is contained in:
Neil Johnson 2019-01-25 17:27:36 +00:00
parent 95f871fc0d
commit 893107be78
2 changed files with 0 additions and 2 deletions

View File

@ -119,7 +119,6 @@ KNOWN_ROOM_VERSIONS = {
RoomVersions.V2,
RoomVersions.VDH_TEST,
RoomVersions.STATE_V2_TEST,
RoomVersions.V3,
}
ServerNoticeMsgType = "m.server_notice"

View File

@ -38,7 +38,6 @@ class CapabilitiesRestServlet(RestServlet):
"1": "stable",
"2": "stable",
"state-v2-test": "unstable",
"3": "unstable"
}
}
}