summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-05 17:33:45 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-05 17:33:45 -0700
commite26b77faf10c6ca18f12df573d36d4e4676ffcf9 (patch)
tree37dfcaba9f6f3047d4a2c1baec8dc6070cc3af0e /model/config.go
parentda61bb38ff04b4e93d952b37aae02fa43360aa49 (diff)
downloadchat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.tar.gz
chat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.tar.bz2
chat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.zip
PLT-518 check for security bulletins
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/model/config.go b/model/config.go
index c67b36063..086b0d4ee 100644
--- a/model/config.go
+++ b/model/config.go
@@ -110,9 +110,9 @@ type RateLimitSettings struct {
}
type PrivacySettings struct {
- ShowEmailAddress bool
- ShowFullName bool
- EnableDiagnostic bool
+ ShowEmailAddress bool
+ ShowFullName bool
+ EnableSecurityFixAlert bool
}
type TeamSettings struct {