Remove reaction send flag

This commit is contained in:
Ken Powers 2020-01-29 14:35:16 -08:00 committed by Scott Nonnenberg
parent 01d4aa0772
commit 539c02cb92
3 changed files with 13 additions and 26 deletions

View file

@ -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({