rename DefaultTeamName to ExperimentalPrimaryTeam (#8039)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
45e372fb5b
Коммит
74eb82cfaa
@@ -940,7 +940,7 @@ type TeamSettings struct {
|
||||
EnableConfirmNotificationsToChannel *bool
|
||||
TeammateNameDisplay *string
|
||||
ExperimentalTownSquareIsReadOnly *bool
|
||||
DefaultTeamName *string
|
||||
ExperimentalPrimaryTeam *string
|
||||
}
|
||||
|
||||
func (s *TeamSettings) SetDefaults() {
|
||||
@@ -1037,8 +1037,8 @@ func (s *TeamSettings) SetDefaults() {
|
||||
s.ExperimentalTownSquareIsReadOnly = NewBool(false)
|
||||
}
|
||||
|
||||
if s.DefaultTeamName == nil {
|
||||
s.DefaultTeamName = NewString("")
|
||||
if s.ExperimentalPrimaryTeam == nil {
|
||||
s.ExperimentalPrimaryTeam = NewString("")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user