mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 18:54:09 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
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`.