Actually fix it by adding continue

This commit is contained in:
Erik Johnston 2018-07-25 11:13:20 +01:00
parent a297ff2b16
commit 7780a7b47c

View File

@ -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