summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-05 10:32:48 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-05 10:32:48 -0500
commit9ed37125e9be87fe88c6a1ee65b31bbb4de81c5a (patch)
tree887768bcb5c6468d3a206486f48440a6089fd8c2 /web/react/utils/constants.jsx
parent36174aed88873f7d7cbc6023207290995850d6f7 (diff)
parentd48b305661a2f40cc3e26593fefc7ce7bca6e320 (diff)
downloadchat-9ed37125e9be87fe88c6a1ee65b31bbb4de81c5a.tar.gz
chat-9ed37125e9be87fe88c6a1ee65b31bbb4de81c5a.tar.bz2
chat-9ed37125e9be87fe88c6a1ee65b31bbb4de81c5a.zip
Merge pull request #1311 from mattermost/plt-981
PLT-981 Only show * in tab title when a channel is marked unread
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 7d885681a..58ee8e2d2 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -384,5 +384,8 @@ module.exports = {
BOTTOM: 1,
POST: 2,
SIDEBAR_OPEN: 3
+ },
+ NotificationPrefs: {
+ MENTION: 'mention'
}
};