summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-09-24 15:07:48 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-09-24 15:07:48 -0400
commitcaa157a3774ee86f0e7003ef4debc49bd88cb9f0 (patch)
tree0808bb98d0e9167d0ac40d62226ca4216bd39578 /model/config.go
parent9d136beb02584b68360ec8b5a37bedb0add9ee90 (diff)
parent30a5aa44ff7b928cf8e7bbfa7adf05c410c5cf93 (diff)
downloadchat-caa157a3774ee86f0e7003ef4debc49bd88cb9f0.tar.gz
chat-caa157a3774ee86f0e7003ef4debc49bd88cb9f0.tar.bz2
chat-caa157a3774ee86f0e7003ef4debc49bd88cb9f0.zip
Merge pull request #789 from mattermost/PLT-362
PLT-362 removing themes and hiding OAuth provider option.
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/config.go b/model/config.go
index 69f2127b2..31c2b16dc 100644
--- a/model/config.go
+++ b/model/config.go
@@ -112,7 +112,6 @@ type PrivacySettings struct {
type TeamSettings struct {
SiteName string
MaxUsersPerTeam int
- DefaultThemeColor string
EnableTeamCreation bool
EnableUserCreation bool
RestrictCreationToDomains string