diff --git a/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go index affa84737..845600c9f 100644 --- a/federationsender/queue/destinationqueue.go +++ b/federationsender/queue/destinationqueue.go @@ -250,8 +250,6 @@ func (oq *destinationQueue) backgroundSend() { oq.statistics.Success() // Clean up the in-memory buffers. oq.cleanPendingEDUs() - } else { - break } }