Don't try to rehydrate twice
This commit is contained in:
parent
880e151439
commit
68a3b3e3fa
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue