Fix out-of-order applications of reaction and delete-for-everyone
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user