From 976030ea250bb5b9ae5cf70bddf9b9c54ab07959 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 29 Jun 2017 14:06:17 +0200 Subject: [PLT-6707] /header [text] slash command: Edit the channel header (#6566) * add /header slash command * update websocket * updater per review --- webapp/stores/modal_store.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/stores') diff --git a/webapp/stores/modal_store.jsx b/webapp/stores/modal_store.jsx index 07842ca59..434efcf90 100644 --- a/webapp/stores/modal_store.jsx +++ b/webapp/stores/modal_store.jsx @@ -41,6 +41,7 @@ class ModalStoreClass extends EventEmitter { case ActionTypes.TOGGLE_GET_PUBLIC_LINK_MODAL: case ActionTypes.TOGGLE_DM_MODAL: case ActionTypes.TOGGLE_QUICK_SWITCH_MODAL: + case ActionTypes.TOGGLE_CHANNEL_HEADER_UPDATE_MODAL: this.emit(type, value, args); break; } -- cgit v1.2.3-1-g7c22