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

It should be all

parent 49f4bc47
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ class EventsStore(SQLBaseStore):
and len(new_latest_event_ids) == 1
)
if len_1:
all_single_prev_not_state = any(
all_single_prev_not_state = all(
len(event.prev_events) == 1
and not event.is_state()
for event, ctx in ev_ctx_rm
......
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