mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 19:50:15 -04:00
Merge remote-tracking branch 'upstream/release-v1.68'
This commit is contained in:
commit
6a3eb06305
139 changed files with 3754 additions and 1067 deletions
|
@ -45,7 +45,7 @@ class EventValidator:
|
|||
"""
|
||||
self.validate_builder(event, config)
|
||||
|
||||
if event.format_version == EventFormatVersions.V1:
|
||||
if event.format_version == EventFormatVersions.ROOM_V1_V2:
|
||||
EventID.from_string(event.event_id)
|
||||
|
||||
required = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue