Experimental implementation for webapp plugins (#7185)
* Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
82a8bd99cc
Коммит
257edc9ea3
@@ -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({
|
||||
|
||||
Ссылка в новой задаче
Block a user