Skip to content

Commit

Permalink
Merge branch 'rav/refactor_compute_state_delta' into rav/archived_roo…
Browse files Browse the repository at this point in the history
…m_state_bug
  • Loading branch information
richvdh committed Feb 21, 2024
2 parents e564436 + 0847a79 commit 758697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,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,
Expand Down

0 comments on commit 758697e

Please sign in to comment.