Play reactions on the sender as well

This commit is contained in:
Lyubo Marinov 2018-02-09 00:55:44 -06:00
parent 67d6ca48c7
commit aee8a38753
1 changed files with 3 additions and 0 deletions

View File

@ -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));
};
}