mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 03:44:24 -05:00
It should be all
This commit is contained in:
parent
49f4bc4709
commit
c0d6045776
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user