Skip to content
Snippets Groups Projects
Commit 7780a7b4 authored by Erik Johnston's avatar Erik Johnston
Browse files

Actually fix it by adding continue

parent a297ff2b
No related branches found
No related tags found
No related merge requests found
...@@ -581,6 +581,7 @@ class EventsStore(EventsWorkerStore): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment