dendrite/roomserver/internal/perform
Neil 9de69bc53a
Fix ordering issues in requesting backfill (#3530)
Using a map means the events are processed in an indeterminate order,
which causes a lot of `/state_ids` requests as the `prev_events` are not
known when the order is lost.

Signed-off-by: Neil Alexander <git@neilalexander.dev>

---------

Signed-off-by: Neil Alexander <git@neilalexander.dev>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2025-05-16 17:11:29 +02:00
..
perform_admin.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_backfill.go Fix ordering issues in requesting backfill (#3530) 2025-05-16 17:11:29 +02:00
perform_create_room.go Update dependencies (#3449) 2024-12-15 11:27:27 +01:00
perform_forget.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_inbound_peek.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_invite.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_join.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_leave.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_peek.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_publish.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_unpeek.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
perform_upgrade.go Update dependencies (#3449) 2024-12-15 11:27:27 +01:00