forked from MirrorHub/synapse
backout v3
This commit is contained in:
parent
95f871fc0d
commit
893107be78
2 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue