summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2017-12-19 10:12:25 -0800
committerChristopher Speller <crspeller@gmail.com>2017-12-19 10:12:25 -0800
commit15347b552752dc71f518b3cb55bdeb3858c8b07f (patch)
tree3fd5602c488fcdfe045c950bd2921c56fb123c71 /model
parent917e2417cfcbefe25293884fd0e8bd8801a5c8bb (diff)
downloadchat-15347b552752dc71f518b3cb55bdeb3858c8b07f.tar.gz
chat-15347b552752dc71f518b3cb55bdeb3858c8b07f.tar.bz2
chat-15347b552752dc71f518b3cb55bdeb3858c8b07f.zip
Allow default team to be configured (#7846)
Diffstat (limited to 'model')
-rw-r--r--model/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index 918d15b9a..71b76096f 100644
--- a/model/config.go
+++ b/model/config.go
@@ -925,6 +925,7 @@ type TeamSettings struct {
EnableConfirmNotificationsToChannel *bool
TeammateNameDisplay *string
ExperimentalTownSquareIsReadOnly *bool
+ DefaultTeamName *string
}
func (s *TeamSettings) SetDefaults() {