mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 20:42:23 +01:00
reflect that rooms v3 is a stable room version
This commit is contained in:
parent
e4bef9d470
commit
c7837dce24
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ KNOWN_ROOM_VERSIONS = {
|
|||
RoomVersions.V2,
|
||||
RoomVersions.VDH_TEST,
|
||||
RoomVersions.STATE_V2_TEST,
|
||||
RoomVersions.V3,
|
||||
}
|
||||
|
||||
ServerNoticeMsgType = "m.server_notice"
|
||||
|
|
|
@ -53,6 +53,7 @@ class CapabilitiesRestServlet(RestServlet):
|
|||
"1": "stable",
|
||||
"2": "stable",
|
||||
"state-v2-test": "unstable",
|
||||
"3": "stable",
|
||||
}
|
||||
},
|
||||
"m.change_password": {
|
||||
|
|
Loading…
Reference in a new issue