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"