improve comment

This commit is contained in:
Matthew Hodgson 2018-09-10 16:55:45 +01:00
parent 53a12bc1a5
commit 1e73d6c00d

View file

@ -762,7 +762,7 @@ class SyncHandler(object):
state_ids = {} state_ids = {}
if lazy_load_members: if lazy_load_members:
if types: 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 # the previous sync, so normally there would be no state to return
# But we're lazy-loading, so the client might need some more # But we're lazy-loading, so the client might need some more
# member events to understand the events in this timeline. # member events to understand the events in this timeline.