diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-10 16:55:45 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-10 16:55:45 +0100 |
commit | 1e73d6c00d726a03e71094e669ceb1994b57e205 (patch) | |
tree | 52f752f2458e14496f3a1c11210719b3a730e7db | |
parent | isort (diff) | |
download | synapse-1e73d6c00d726a03e71094e669ceb1994b57e205.tar.xz |
improve comment
-rw-r--r-- | synapse/handlers/sync.py | 2 |
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. |