mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 04:13:51 +01:00
No vdh tests!
This commit is contained in:
parent
ebcffbc3eb
commit
0b24d58e05
1 changed files with 1 additions and 2 deletions
|
@ -275,8 +275,7 @@ def _check_sigs_on_pdus(keyring, room_version, pdus):
|
||||||
# event id's domain (normally only the case for joins/leaves), and add additional
|
# event id's domain (normally only the case for joins/leaves), and add additional
|
||||||
# checks. Only do this if the room version has a concept of event ID domain
|
# checks. Only do this if the room version has a concept of event ID domain
|
||||||
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,
|
|
||||||
):
|
):
|
||||||
pdus_to_check_event_id = [
|
pdus_to_check_event_id = [
|
||||||
p for p in pdus_to_check
|
p for p in pdus_to_check
|
||||||
|
|
Loading…
Reference in a new issue