diff --git a/react/features/reactions/actions.js b/react/features/reactions/actions.js index da74c5447..50ed31ee7 100644 --- a/react/features/reactions/actions.js +++ b/react/features/reactions/actions.js @@ -51,5 +51,8 @@ export function sendReaction(reaction: string) { 'jitsi-meet-muc-msg-topic': 'xxx', payload })); + + // FIXME It's not a received reaction so rename the action creator. + dispatch(addReceivedReaction(reaction, /* participant */ undefined)); }; }