mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 18:44:10 -04:00
Actually fix it by adding continue
This commit is contained in:
parent
a297ff2b16
commit
7780a7b47c
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ class EventsStore(EventsWorkerStore):
|
||||||
"Context for new event %s has no state "
|
"Context for new event %s has no state "
|
||||||
"group" % (ev.event_id, ),
|
"group" % (ev.event_id, ),
|
||||||
)
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
if ctx.state_group in state_groups_map:
|
if ctx.state_group in state_groups_map:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue