Optimizations to the performance improvement changes

This commit is contained in:
Josh Perez 2021-03-09 14:11:52 -05:00 committed by Josh Perez
parent cee8207e72
commit 468d491d34
7 changed files with 109 additions and 11 deletions

View file

@ -94,9 +94,7 @@
}
}
await window.Signal.Data.saveMessage(message.attributes, {
Message: Whisper.Message,
});
window.Signal.Util.updateMessageBatcher.add(message.attributes);
this.remove(receipt);
} catch (error) {