reflect that rooms v3 is a stable room version

This commit is contained in:
Neil Johnson 2019-01-30 09:33:30 +00:00
parent e4bef9d470
commit c7837dce24
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -53,6 +53,7 @@ class CapabilitiesRestServlet(RestServlet):
"1": "stable",
"2": "stable",
"state-v2-test": "unstable",
"3": "stable",
}
},
"m.change_password": {