summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 11fe77613..1d49d1cae 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -242,7 +242,8 @@ export const SocketEvents = {
HELLO: 'hello',
WEBRTC: 'webrtc',
REACTION_ADDED: 'reaction_added',
- REACTION_REMOVED: 'reaction_removed'
+ REACTION_REMOVED: 'reaction_removed',
+ EMOJI_ADDED: 'emoji_added'
};
export const TutorialSteps = {