From 257edc9ea3b25328aa44098e963815c3c3d25312 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 29 Aug 2017 09:54:02 -0400 Subject: Experimental implementation for webapp plugins (#7185) * Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code --- webapp/utils/constants.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webapp/utils') 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({ -- cgit v1.2.3-1-g7c22