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.jsx8
1 files changed, 7 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index d8fc169a3..0abd69a62 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -176,7 +176,9 @@ export const ActionTypes = keyMirror({
SUGGESTION_SELECT_NEXT: null,
SUGGESTION_SELECT_PREVIOUS: null,
- BROWSER_CHANGE_FOCUS: null
+ BROWSER_CHANGE_FOCUS: null,
+
+ EMOJI_POSTED: null
});
export const WebrtcActionTypes = keyMirror({
@@ -856,6 +858,10 @@ export const Constants = {
WEBRTC_PREVIEW: {
label: 'webrtc_preview',
description: 'Enable WebRTC one on one calls'
+ },
+ EMOJI_PICKER_PREVIEW: {
+ label: 'emojipicker',
+ description: 'Enable emoji picker'
}
},
OVERLAY_TIME_DELAY_SMALL: 100,