summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-08-03 05:38:17 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-03 08:38:17 -0400
commit43c523e8391f454c90358951c86b107d44203b72 (patch)
treeb3707945221c24c78d19150cf28f742f5a736898 /model
parentf3934bc7e1e8ef555e1c2e1fe0ece3dbd88ea687 (diff)
downloadchat-43c523e8391f454c90358951c86b107d44203b72.tar.gz
chat-43c523e8391f454c90358951c86b107d44203b72.tar.bz2
chat-43c523e8391f454c90358951c86b107d44203b72.zip
PLT-7130 adding more generic push notificaiton message. (#7044)
* PLT-7130 adding more generic push notificaiton message. * Fixing strings
Diffstat (limited to 'model')
-rw-r--r--model/config.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/model/config.go b/model/config.go
index 0bcc092f7..c13540580 100644
--- a/model/config.go
+++ b/model/config.go
@@ -33,8 +33,9 @@ const (
WEBSERVER_MODE_GZIP = "gzip"
WEBSERVER_MODE_DISABLED = "disabled"
- GENERIC_NOTIFICATION = "generic"
- FULL_NOTIFICATION = "full"
+ GENERIC_NO_CHANNEL_NOTIFICATION = "generic_no_channel"
+ GENERIC_NOTIFICATION = "generic"
+ FULL_NOTIFICATION = "full"
DIRECT_MESSAGE_ANY = "any"
DIRECT_MESSAGE_TEAM = "team"