add ExperimentalHideTownSquareinLHS in config setting (#8751)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
47f3c064db
Коммит
94b2eca2d1
@@ -1022,6 +1022,7 @@ type TeamSettings struct {
|
||||
EnableConfirmNotificationsToChannel *bool
|
||||
TeammateNameDisplay *string
|
||||
ExperimentalEnableAutomaticReplies *bool
|
||||
ExperimentalHideTownSquareinLHS *bool
|
||||
ExperimentalTownSquareIsReadOnly *bool
|
||||
ExperimentalPrimaryTeam *string
|
||||
}
|
||||
@@ -1120,6 +1121,10 @@ func (s *TeamSettings) SetDefaults() {
|
||||
s.ExperimentalEnableAutomaticReplies = NewBool(false)
|
||||
}
|
||||
|
||||
if s.ExperimentalHideTownSquareinLHS == nil {
|
||||
s.ExperimentalHideTownSquareinLHS = NewBool(false)
|
||||
}
|
||||
|
||||
if s.ExperimentalTownSquareIsReadOnly == nil {
|
||||
s.ExperimentalTownSquareIsReadOnly = NewBool(false)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user