summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-01 13:02:04 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-01 13:02:04 -0700
commit9d688821aa8bb8d766793aeaec6920f9985a30a3 (patch)
tree9431e56bb28f3ca580175cba4dd7ed687952158d /model/config.go
parente0c3d74146ffa608aa83a5e44e52976b9a7f56d2 (diff)
downloadchat-9d688821aa8bb8d766793aeaec6920f9985a30a3.tar.gz
chat-9d688821aa8bb8d766793aeaec6920f9985a30a3.tar.bz2
chat-9d688821aa8bb8d766793aeaec6920f9985a30a3.zip
PLT-462 Adding diagnostic info
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index 5d822e263..35ceb7f4a 100644
--- a/model/config.go
+++ b/model/config.go
@@ -110,6 +110,7 @@ type RateLimitSettings struct {
type PrivacySettings struct {
ShowEmailAddress bool
ShowFullName bool
+ EnableDiagnostic bool
}
type TeamSettings struct {