Merge branch 'master' into bwindels/idb-promises-txn

This commit is contained in:
Bruno Windels 2020-09-29 11:33:58 +02:00
commit f993048a2b

View file

@ -48,6 +48,7 @@ export class SendQueue {
const pendingEvent = this._pendingEvents.get(this._amountSent);
console.log("trying to send", pendingEvent.content.body);
if (pendingEvent.remoteId) {
this._amountSent += 1;
continue;
}
if (pendingEvent.needsEncryption) {