mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
improve comment
This commit is contained in:
parent
53a12bc1a5
commit
1e73d6c00d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue