From c3d095b465ed87c086409992ef78b62a06c09909 Mon Sep 17 00:00:00 2001 From: bonespiked Date: Sat, 1 Apr 2017 17:00:30 -0400 Subject: Add reaction picker (#5904) --- webapp/actions/post_actions.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/actions/post_actions.jsx') diff --git a/webapp/actions/post_actions.jsx b/webapp/actions/post_actions.jsx index 494cbc454..63c4eb017 100644 --- a/webapp/actions/post_actions.jsx +++ b/webapp/actions/post_actions.jsx @@ -300,6 +300,7 @@ export function addReaction(channelId, postId, emojiName) { user_id: UserStore.getCurrentId(), emoji_name: emojiName }; + emitEmojiPosted(emojiName); AsyncClient.saveReaction(channelId, reaction); } -- cgit v1.2.3-1-g7c22