Check targetTimestamp when looking for out-of-order reactions
This commit is contained in:
parent
cbc670e855
commit
a20c7c3357
3 changed files with 21 additions and 12 deletions
|
@ -181,6 +181,11 @@
|
|||
|
||||
return null;
|
||||
},
|
||||
getOurConversationId() {
|
||||
const e164 = textsecure.storage.user.getNumber();
|
||||
const uuid = textsecure.storage.user.getUuid();
|
||||
return this.getConversationId(e164 || uuid);
|
||||
},
|
||||
prepareForSend(id, options) {
|
||||
// id is any valid conversation identifier
|
||||
const conversation = this.get(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue