From 1e73d6c00d726a03e71094e669ceb1994b57e205 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 10 Sep 2018 16:55:45 +0100 Subject: improve comment --- synapse/handlers/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') 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. -- cgit 1.5.1