summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-11-03 14:52:25 -0500
committerJoramWilander <jwawilander@gmail.com>2015-11-03 14:52:25 -0500
commitfb5b57836ece6da2d0136802ca0d08346638b9e2 (patch)
tree1d63131f9a5bbf868a36adc782ad7b3bb9b3e305 /web/react/utils/constants.jsx
parentfc9aefb868db0f0c1b7490f7455c1adb43b59d2a (diff)
downloadchat-fb5b57836ece6da2d0136802ca0d08346638b9e2.tar.gz
chat-fb5b57836ece6da2d0136802ca0d08346638b9e2.tar.bz2
chat-fb5b57836ece6da2d0136802ca0d08346638b9e2.zip
Multiple fixes to major performance issues with teams with 50+ users
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,