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
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
window.Signal.Util.updateMessageBatcher.add(message.attributes);
|
||||
window.Signal.Util.queueUpdateMessage(message.attributes);
|
||||
|
||||
this.remove(receipt);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue