mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-05 20:25:48 -05:00

The response-building code expects there to be an entry in the `results` list for each entry in the pdu_list, so the early `continue` was messing this up. That doesn't really matter, because all that the federation client does is log any errors, but it's pretty poor form.