Don't try to rehydrate twice

This commit is contained in:
Neil Alexander 2020-12-07 12:11:30 +00:00
parent 880e151439
commit 68a3b3e3fa
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -128,7 +128,6 @@ func (oqs *OutgoingQueues) getQueue(destination gomatrixserverlib.ServerName) *d
signing: oqs.signing, signing: oqs.signing,
} }
oqs.queues[destination] = oq oqs.queues[destination] = oq
oq.getPendingFromDatabase()
} }
return oq return oq
} }