mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-07 13:12:27 +00:00
Actually fix it by adding continue
This commit is contained in:
@@ -581,6 +581,7 @@ class EventsStore(EventsWorkerStore):
|
||||
"Context for new event %s has no state "
|
||||
"group" % (ev.event_id, ),
|
||||
)
|
||||
continue
|
||||
|
||||
if ctx.state_group in state_groups_map:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user