summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-11-11 14:55:05 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-11 14:55:05 -0500
commitced5f54500b2688a942c5c1afbb4fca3882b4f51 (patch)
treefa4cd9d8cab4e9b93a31102c90f22b98f9c75c8d /webapp/utils/constants.jsx
parent29efeff09532397a33bb971e91324f673b296559 (diff)
downloadchat-ced5f54500b2688a942c5c1afbb4fca3882b4f51.tar.gz
chat-ced5f54500b2688a942c5c1afbb4fca3882b4f51.tar.bz2
chat-ced5f54500b2688a942c5c1afbb4fca3882b4f51.zip
Fixing new messages indicator (#4531)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 352401142..0da17e4b9 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -70,6 +70,7 @@ export const ActionTypes = keyMirror({
RECEIVED_CHANNELS: null,
RECEIVED_CHANNEL: null,
+ RECEIVED_CHANNEL_MEMBER: null,
RECEIVED_MORE_CHANNELS: null,
RECEIVED_CHANNEL_STATS: null,
RECEIVED_MY_CHANNEL_MEMBERS: null,