mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 16:04:57 -04:00
Drop vdh support
This commit is contained in:
parent
38590a4870
commit
47e2dd1994
4 changed files with 2 additions and 6 deletions
|
@ -448,7 +448,7 @@ def check_redaction(room_version, event, auth_events):
|
|||
if user_level >= redact_level:
|
||||
return False
|
||||
|
||||
if room_version in (RoomVersions.V1, RoomVersions.V2, RoomVersions.VDH_TEST):
|
||||
if room_version in (RoomVersions.V1, RoomVersions.V2,):
|
||||
redacter_domain = get_domain_from_id(event.event_id)
|
||||
redactee_domain = get_domain_from_id(event.redacts)
|
||||
if redacter_domain == redactee_domain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue