forked-synapse/changelog.d/5342.bugfix
Richard van der Hoff dae224a73f
Fix failure to fetch batches of PDUs (#5342)
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`.
2019-06-04 18:05:06 +01:00

2 lines
66 B
Plaintext

Fix failure when fetching batches of events during backfill, etc.