Skip to content

Commit

Permalink
Merge branch 'rav/archived_room_state_bug' into rav/state_bug_16928
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Feb 21, 2024
2 parents 3e0b4c9 + 758697e commit 1dd6b80
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 @@ -1311,7 +1311,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 1dd6b80

Please sign in to comment.