summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
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"