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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 79e5529960..205be3ea4f 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -762,7 +762,7 @@ class SyncHandler(object): state_ids = {} if lazy_load_members: if types: - # We're returning an incremental sync, with no "gap" since + # We're returning an incremental (or initial) sync, with no "gap" since # the previous sync, so normally there would be no state to return # But we're lazy-loading, so the client might need some more # member events to understand the events in this timeline.