[MM-62133] Activate crossteam search by default (#30348)

* activate cross team search by default

* fix e2e test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Julien Tant
2025-03-12 10:24:39 -07:00
коммит произвёл GitHub
родитель 52f37f8514
Коммит 9f1ec59fa0
2 изменённых файлов: 7 добавлений и 1 удалений

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

@@ -82,7 +82,7 @@ func (f *FeatureFlags) SetDefaults() {
f.WebSocketEventScope = true
f.NotificationMonitoring = true
f.ExperimentalAuditSettingsSystemConsoleUI = false
f.ExperimentalCrossTeamSearch = false
f.ExperimentalCrossTeamSearch = true
f.CustomProfileAttributes = false
}