mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Add missing continue
This commit is contained in:
parent
86b5bf6ab2
commit
6b763b7260
|
|
@ -186,6 +186,7 @@ func (oq *destinationQueue) nextInvites() bool {
|
||||||
"state_key": ev.StateKey(),
|
"state_key": ev.StateKey(),
|
||||||
"destination": oq.destination,
|
"destination": oq.destination,
|
||||||
}).WithError(err).Error("failed to send invite")
|
}).WithError(err).Error("failed to send invite")
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err = oq.rsProducer.SendInviteResponse(
|
if _, err = oq.rsProducer.SendInviteResponse(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue