From 0847a79febca22a5542537cef8aead5e1cbc2e56 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 21 Feb 2024 15:15:31 +0000 Subject: [PATCH] fix up comment --- synapse/handlers/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index c3dd10ae614..97fba6b3bf4 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -1324,7 +1324,7 @@ async def _compute_state_delta_for_incremental_sync( # But we're lazy-loading, so the client might need some more # member events to understand the events in this timeline. # So we fish out all the member events corresponding to the - # timeline here, and then dedupe any redundant ones below. + # timeline here. The caller will then dedupe any redundant ones. state_ids = await self._state_storage_controller.get_state_ids_for_event( batch.events[0].event_id,