summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index c8cf5aa9ab..0d4c1178fd 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -765,6 +765,7 @@ class SyncHandler(object): current=current_state_ids, # 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: