mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
dae224a73f
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.
|