summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-11-01 12:58:04 -0400
committerCorey Hulen <corey@hulen.com>2016-11-01 09:58:04 -0700
commitb4002ba55f9a96ca2f21b3ad2afced37b47ac69e (patch)
treebb748872d73ba9a9dd333fd53349aa4aa5a33822 /webapp/utils
parentef53aa1e7f2233a5c094b6cfdd0b647566b1b75c (diff)
downloadchat-b4002ba55f9a96ca2f21b3ad2afced37b47ac69e.tar.gz
chat-b4002ba55f9a96ca2f21b3ad2afced37b47ac69e.tar.bz2
chat-b4002ba55f9a96ca2f21b3ad2afced37b47ac69e.zip
Plt-4483 Removed unnecessary events from ChannelStore (#4407)
* PLT-4483 Removed MoreChange listener from ChannelStore * PLT-4483 Removed LeaveChannel listener from ChannelStore
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 6ea8d040e..beaca3921 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -63,7 +63,6 @@ export const ActionTypes = keyMirror({
CLICK_CHANNEL: null,
CREATE_CHANNEL: null,
- LEAVE_CHANNEL: null,
CREATE_POST: null,
CREATE_COMMENT: null,
POST_DELETED: null,