summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-07-21 21:04:41 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-07-21 15:04:41 -0400
commit816bfbeb91b9cd64a8a85dc37cc0e82554409c14 (patch)
treed1069ec6ffa27b953bfe058d18fc0ca7ee7f6467 /webapp/utils
parent10b7b96a2994382c82d3bc87b2d73c75671cea08 (diff)
downloadchat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.tar.gz
chat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.tar.bz2
chat-816bfbeb91b9cd64a8a85dc37cc0e82554409c14.zip
[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
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index abe891e28..4ff20854f 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -175,6 +175,7 @@ export const ActionTypes = keyMirror({
TOGGLE_DM_MODAL: null,
TOGGLE_QUICK_SWITCH_MODAL: null,
TOGGLE_CHANNEL_HEADER_UPDATE_MODAL: null,
+ TOGGLE_CHANNEL_PURPOSE_UPDATE_MODAL: null,
SUGGESTION_PRETEXT_CHANGED: null,
SUGGESTION_RECEIVED_SUGGESTIONS: null,