mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-17 02:53:48 -05:00
kill vdh test some more
This commit is contained in:
parent
a696c48133
commit
f46a818ce5
1 changed files with 1 additions and 2 deletions
|
|
@ -343,8 +343,7 @@ def room_version_to_event_format(room_version):
|
||||||
raise RuntimeError("Unrecognized room version %s" % (room_version,))
|
raise RuntimeError("Unrecognized room version %s" % (room_version,))
|
||||||
|
|
||||||
if room_version in (
|
if room_version in (
|
||||||
RoomVersions.V1, RoomVersions.V2, RoomVersions.VDH_TEST,
|
RoomVersions.V1, RoomVersions.V2, RoomVersions.STATE_V2_TEST,
|
||||||
RoomVersions.STATE_V2_TEST,
|
|
||||||
):
|
):
|
||||||
return EventFormatVersions.V1
|
return EventFormatVersions.V1
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue