summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-04 09:43:06 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-04 09:43:06 -0500
commit559ca09f2ce72306ea33366f2972be6d22656fc7 (patch)
treebc88626a1c47b9821e576c42fcee3f89f83f3b6c /web/react/utils/constants.jsx
parent56ce3bc99735fe7ef7d4bf5f783c3d6f01a3a878 (diff)
parentee66b089349d46695bbe652b381da4be2b67954b (diff)
downloadchat-559ca09f2ce72306ea33366f2972be6d22656fc7.tar.gz
chat-559ca09f2ce72306ea33366f2972be6d22656fc7.tar.bz2
chat-559ca09f2ce72306ea33366f2972be6d22656fc7.zip
Merge pull request #1289 from mattermost/plt-516-2
PLT-516 Part 1 of performance fixes for large teams
Diffstat (limited to 'web/react/utils/constants.jsx')
-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 fd64b1554..39be577df 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -127,6 +127,7 @@ module.exports = {
MAX_DMS: 20,
DM_CHANNEL: 'D',
OPEN_CHANNEL: 'O',
+ PRIVATE_CHANNEL: 'P',
INVITE_TEAM: 'I',
OPEN_TEAM: 'O',
MAX_POST_LEN: 4000,