summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-21 18:23:10 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-21 18:23:10 -0700
commitcae5dbd245f05e9441156a3918ef796d92ecf331 (patch)
tree5db2685146749f991efb6d0ce385da00b54c95e0 /model/config.go
parentf8e2a43d09b4c2ec95e9565f9e62281226a1677d (diff)
downloadchat-cae5dbd245f05e9441156a3918ef796d92ecf331.tar.gz
chat-cae5dbd245f05e9441156a3918ef796d92ecf331.tar.bz2
chat-cae5dbd245f05e9441156a3918ef796d92ecf331.zip
Adding privacy to admin console
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/model/config.go b/model/config.go
index 2847d17da..3c0ada423 100644
--- a/model/config.go
+++ b/model/config.go
@@ -105,8 +105,6 @@ type RateLimitSettings struct {
type PrivacySettings struct {
ShowEmailAddress bool
- ShowPhoneNumber bool
- ShowSkypeId bool
ShowFullName bool
}