summary refs log tree commit diff
path: root/changelog.d/5342.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix failure to fetch batches of PDUs (#5342)Richard van der Hoff2019-06-041-0/+1
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`.