From 816bfbeb91b9cd64a8a85dc37cc0e82554409c14 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 21 Jul 2017 21:04:41 +0200 Subject: [PLT-6708] /purpose [text] slash command: Edit the channel purpose (#6569) * /purpose [text] slash command: Edit the channel purpose * update command on server side to check for direct or group channels * update stings and block the dialog when is DM or GM * update per review * remove duplicate websocker event and apply the same for /header command * update per review * update --- 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 434efcf90..666219d41 100644 --- a/webapp/stores/modal_store.jsx +++ b/webapp/stores/modal_store.jsx @@ -42,6 +42,7 @@ class ModalStoreClass extends EventEmitter { case ActionTypes.TOGGLE_DM_MODAL: case ActionTypes.TOGGLE_QUICK_SWITCH_MODAL: case ActionTypes.TOGGLE_CHANNEL_HEADER_UPDATE_MODAL: + case ActionTypes.TOGGLE_CHANNEL_PURPOSE_UPDATE_MODAL: this.emit(type, value, args); break; } -- cgit v1.2.3-1-g7c22