summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-27 08:38:35 -0700
committerCorey Hulen <corey@hulen.com>2016-05-27 08:38:35 -0700
commit1736947f0e842074492d3b8a54a2090b1aeab67f (patch)
tree6e25a1a1899c3db97624c65e81ef03b0599dc605 /webapp/utils
parent97a4310610310f5f62d377bd8d68902c0ccc92cd (diff)
downloadchat-1736947f0e842074492d3b8a54a2090b1aeab67f.tar.gz
chat-1736947f0e842074492d3b8a54a2090b1aeab67f.tar.bz2
chat-1736947f0e842074492d3b8a54a2090b1aeab67f.zip
Added BOT in RHS (#3136)
Changed BOT to constant
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index e53701755..0e2ae07ea 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -737,5 +737,6 @@ export default {
EMOJI_PATH: '/static/emoji',
DEFAULT_WEBHOOK_LOGO: logoWebhook,
MHPNS: 'https://push.mattermost.com',
- MTPNS: 'http://push-test.mattermost.com'
+ MTPNS: 'http://push-test.mattermost.com',
+ BOT_NAME: 'BOT'
};