[MM-63513] Turn Cross team search feature flag into a setting option (#30518)
* feat: Add EnableCrossTeamSearch configuration option to ServiceSettings * feat: Add EnableCrossTeamSearch configuration option to ServiceSettings * feat: Enable cross-team search by default * include old FF in client config
Этот коммит содержится в:
@@ -56,8 +56,6 @@ type FeatureFlags struct {
|
||||
|
||||
ExperimentalAuditSettingsSystemConsoleUI bool
|
||||
|
||||
ExperimentalCrossTeamSearch bool
|
||||
|
||||
CustomProfileAttributes bool
|
||||
}
|
||||
|
||||
@@ -82,7 +80,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.WebSocketEventScope = true
|
||||
f.NotificationMonitoring = true
|
||||
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
||||
f.ExperimentalCrossTeamSearch = true
|
||||
f.CustomProfileAttributes = false
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user