Do not batch single saveMessage calls after start-up
This commit is contained in:
parent
80e3582d01
commit
0bd3c78187
7 changed files with 31 additions and 9 deletions
|
@ -101,7 +101,7 @@
|
|||
await message.setToExpire(false, { skipSave: true });
|
||||
}
|
||||
|
||||
window.Signal.Util.updateMessageBatcher.add(message.attributes);
|
||||
window.Signal.Util.queueUpdateMessage(message.attributes);
|
||||
|
||||
// notify frontend listeners
|
||||
const conversation = ConversationController.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue