forked from mystiq/hydrogen-web
Merge branch 'master' into bwindels/idb-promises-txn
This commit is contained in:
commit
f993048a2b
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export class SendQueue {
|
||||||
const pendingEvent = this._pendingEvents.get(this._amountSent);
|
const pendingEvent = this._pendingEvents.get(this._amountSent);
|
||||||
console.log("trying to send", pendingEvent.content.body);
|
console.log("trying to send", pendingEvent.content.body);
|
||||||
if (pendingEvent.remoteId) {
|
if (pendingEvent.remoteId) {
|
||||||
|
this._amountSent += 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (pendingEvent.needsEncryption) {
|
if (pendingEvent.needsEncryption) {
|
||||||
|
|
Loading…
Reference in a new issue