Do not batch single saveMessage calls after start-up

This commit is contained in:
Josh Perez 2021-03-10 22:21:21 -05:00 committed by Josh Perez
parent 80e3582d01
commit 0bd3c78187
7 changed files with 31 additions and 9 deletions

View file

@ -94,7 +94,7 @@
}
}
window.Signal.Util.updateMessageBatcher.add(message.attributes);
window.Signal.Util.queueUpdateMessage(message.attributes);
this.remove(receipt);
} catch (error) {