0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-18 09:08:55 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Richard van der Hoff dae224a73f
Fix failure to fetch batches of PDUs (#5342)
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`.
2019-06-04 18:05:06 +01:00