mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-08 13:02:58 +00:00
a6e3222fe5
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.