summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-29 21:16:07 -0800
committerCorey Hulen <corey@hulen.com>2015-06-29 21:16:07 -0800
commit4d2ca8881bf1aac6bc393988901b4ef523a5ef14 (patch)
treeba2e8ac114866477d53060d67913e5ca9dfec64d /web/react/utils
parente6b5bdef82b23d61286ff455ee245a26a40d195f (diff)
parentba998db0998e7782842e4f86a242edd1e52b5e97 (diff)
downloadchat-4d2ca8881bf1aac6bc393988901b4ef523a5ef14.tar.gz
chat-4d2ca8881bf1aac6bc393988901b4ef523a5ef14.tar.bz2
chat-4d2ca8881bf1aac6bc393988901b4ef523a5ef14.zip
Merge pull request #98 from mattermost/mm-1199
fixes mm-1199 adds off-topic as a default channel
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index e5f42c8a0..a5124afe2 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -51,6 +51,7 @@ module.exports = {
MAX_UPLOAD_FILES: 5,
MAX_FILE_SIZE: 50000000, // 50 MB
DEFAULT_CHANNEL: 'town-square',
+ OFFTOPIC_CHANNEL: 'off-topic',
POST_CHUNK_SIZE: 60,
RESERVED_DOMAINS: [
"www",