mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Remove needless check
This commit is contained in:
parent
c0d6045776
commit
a41dce8f8a
1 changed files with 0 additions and 2 deletions
|
@ -320,8 +320,6 @@ class EventsStore(SQLBaseStore):
|
|||
len(event.prev_events) == 1
|
||||
and not event.is_state()
|
||||
for event, ctx in ev_ctx_rm
|
||||
if not event.internal_metadata.is_outlier()
|
||||
and not ctx.rejected
|
||||
)
|
||||
# Don't bother calculating state if they're just
|
||||
# a long chain of single ancestor non-state events.
|
||||
|
|
Loading…
Reference in a new issue