summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index ea6d1dba3..858ea6bbf 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -193,7 +193,9 @@ export const ActionTypes = keyMirror({
BROWSER_CHANGE_FOCUS: null,
- EMOJI_POSTED: null
+ EMOJI_POSTED: null,
+
+ RECEIVED_PLUGIN_COMPONENTS: null
});
export const WebrtcActionTypes = keyMirror({