Fix out-of-order applications of reaction and delete-for-everyone
This commit is contained in:
parent
05f905fd10
commit
e8759fc81b
3 changed files with 14 additions and 12 deletions
|
@ -14,7 +14,7 @@
|
|||
forMessage(message) {
|
||||
const matchingDeletes = this.filter({
|
||||
targetSentTimestamp: message.get('sent_at'),
|
||||
fromId: message.getContact().get('id'),
|
||||
fromId: message.getContactId(),
|
||||
});
|
||||
|
||||
if (matchingDeletes.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue