Play reactions on the sender as well
This commit is contained in:
parent
67d6ca48c7
commit
aee8a38753
|
@ -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));
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue