Send Reactions
This commit is contained in:
parent
3b050116fc
commit
153503efc5
16 changed files with 683 additions and 41 deletions
|
@ -857,6 +857,11 @@
|
|||
if (reactionViewer) {
|
||||
return;
|
||||
}
|
||||
|
||||
const reactionPicker = document.querySelector('module-reaction-picker');
|
||||
if (reactionPicker) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Close Backbone-based confirmation dialog
|
||||
|
@ -2223,6 +2228,7 @@
|
|||
targetTimestamp: reaction.targetTimestamp.toNumber(),
|
||||
timestamp: Date.now(),
|
||||
fromId: ourNumber,
|
||||
fromSync: true,
|
||||
});
|
||||
// Note: We do not wait for completion here
|
||||
Whisper.Reactions.onReaction(reactionModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue