summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-11 00:40:58 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-11 00:40:58 +0100
commita55facc887fcdbd7d7fd90a1f5395f3124291359 (patch)
tree53e68bf63c20c36179b8411b2e954b40af6ce0da /synapse/handlers/sync.py
parentWe actually have to include state for LL members (diff)
downloadsynapse-a55facc887fcdbd7d7fd90a1f5395f3124291359.tar.xz
fix github-on-phone typo
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: