1
0

We actually have to include state for LL members

as the user might not have heard of them before, even though we’re not LLing members in incremental syncs
This commit is contained in:
Matthew Hodgson
2018-09-11 00:37:57 +01:00
committed by GitHub
parent 18dfb4a03f
commit 92c918d253

View File

@@ -763,8 +763,8 @@ class SyncHandler(object):
timeline_start=state_at_timeline_start,
previous=state_at_previous_sync,
current=current_state_ids,
lazy_load_members=False, # N.B. overridden to disable LL
)
# we have to include LL members in case LL initial sync missed them
lazy_load_members=lazy_load_members,
else:
state_ids = {}
if lazy_load_members: