summary refs log tree commit diff
path: root/synapse/storage/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r--synapse/storage/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py
index a4ce71cb27..08807deba9 100644
--- a/synapse/storage/events.py
+++ b/synapse/storage/events.py
@@ -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