mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-07 03:15:52 -05: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`.