summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-06-23 15:47:24 -0700
committerCorey Hulen <corey@hulen.com>2017-06-23 15:47:24 -0700
commit4df36a504cebc61fa1e5e6f7980f9245b475facf (patch)
treef6d6d8a6093dc7934cbd0b84be950d1595d9395e /webapp/utils
parentbf12e7e32cef427edacbd512d067c2bfd35d3b67 (diff)
downloadchat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.gz
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.bz2
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.zip
PLT-6714: add /settings command (#6716)
* add /settings command * update receiver name
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 9dbc43f60..11fe77613 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -166,6 +166,7 @@ export const ActionTypes = keyMirror({
USER_TYPING: null,
+ TOGGLE_ACCOUNT_SETTINGS_MODAL: null,
TOGGLE_IMPORT_THEME_MODAL: null,
TOGGLE_INVITE_MEMBER_MODAL: null,
TOGGLE_LEAVE_TEAM_MODAL: null,