Remove reaction send flag
This commit is contained in:
parent
01d4aa0772
commit
539c02cb92
3 changed files with 13 additions and 26 deletions
|
@ -965,10 +965,6 @@
|
|||
* target message
|
||||
*/
|
||||
async sendReactionMessage(reaction, target) {
|
||||
if (!window.ENABLE_REACTION_SEND) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const timestamp = Date.now();
|
||||
const outgoingReaction = { ...reaction, ...target };
|
||||
const reactionModel = Whisper.Reactions.add({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue