mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-28 09:51:10 +02:00
FederationClient.get_pdu is called in a loop to fetch a batch of PDUs. A failure to fetch one should not result in a failure of the whole batch. Add the missing `continue`.
2 lines
66 B
Plaintext
2 lines
66 B
Plaintext
Fix failure when fetching batches of events during backfill, etc.
|