Allow default team to be configured (#7846)

Этот коммит содержится в:
Chris Duarte
2017-12-19 10:12:25 -08:00
коммит произвёл Christopher Speller
родитель 917e2417cf
Коммит 15347b5527
3 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@@ -925,6 +925,7 @@ type TeamSettings struct {
EnableConfirmNotificationsToChannel *bool
TeammateNameDisplay *string
ExperimentalTownSquareIsReadOnly *bool
DefaultTeamName *string
}
func (s *TeamSettings) SetDefaults() {