mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03: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`.
1 line
66 B
Text
1 line
66 B
Text
Fix failure when fetching batches of events during backfill, etc.
|