mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
backout v3
This commit is contained in:
parent
95f871fc0d
commit
893107be78
@ -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 New Issue
Block a user