It should be all

pull/1955/head
Erik Johnston 2017-02-27 18:45:24 +00:00
parent 49f4bc4709
commit c0d6045776
1 changed files with 1 additions and 1 deletions

View File

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