summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-09 08:22:06 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-09 08:22:06 -0400
commitb15b297bb3b5ae6dc6d336b0a333e967b31092bf (patch)
treeb48a89da07b0c6b1d07692c532b85ee745cb45f0 /web/react/utils/constants.jsx
parent64d4890a4109618b383f7cfe1acc541bd72a0899 (diff)
parent5c0680397de9d3cfd0018743e0b1d58dfbdca25d (diff)
downloadchat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.tar.gz
chat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.tar.bz2
chat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.zip
Merge pull request #623 from mattermost/plt-35
PLT-35 Add post list container to hold mounted post lists for faster rendering/channel switching.
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 18b7ff59c..7ead079d7 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -9,6 +9,7 @@ module.exports = {
CLICK_CHANNEL: null,
CREATE_CHANNEL: null,
+ LEAVE_CHANNEL: null,
RECIEVED_CHANNELS: null,
RECIEVED_CHANNEL: null,
RECIEVED_MORE_CHANNELS: null,