From 50970b6cb31b4286d7e89d76f8bd4b00a958f2e9 Mon Sep 17 00:00:00 2001 From: Anton Georgiev <anto.georgiev@gmail.com> Date: Wed, 11 Oct 2017 10:06:23 -0300 Subject: [PATCH] fixes to change-emoji-button-on-emoji-change --- bigbluebutton-html5/imports/utils/statuses.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/imports/utils/statuses.js b/bigbluebutton-html5/imports/utils/statuses.js index b454efc5c3..29286d258a 100644 --- a/bigbluebutton-html5/imports/utils/statuses.js +++ b/bigbluebutton-html5/imports/utils/statuses.js @@ -12,8 +12,10 @@ const EMOJI_STATUSES = { }; const EMOJI_NORMALIZE = { - agree: 'thumbs_up', - disagree: 'thumbs_down', + sad: 'sad', + happy: 'happy', + applause: 'applause', + confused: 'confused', thumbsUp: 'thumbs_up', thumbsDown: 'thumbs_down', raiseHand: 'hand', -- GitLab