turn cross team search ff into a config value (#8694)

This commit is contained in:
Julien Tant
2025-03-26 10:37:14 -07:00
committed by GitHub
parent 427d61efd4
commit 97210af090
3 changed files with 3 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ interface ClientConfig {
EnableCommands: string;
EnableCompliance: string;
EnableConfirmNotificationsToChannel: string;
EnableCrossTeamSearch: 'true' | 'false';
EnableCustomBrand: string;
EnableCustomEmoji: string;
EnableCustomTermsOfService: string;
@@ -121,7 +122,6 @@ interface ClientConfig {
FeatureFlagCollapsedThreads?: string;
FeatureFlagPostPriority?: string;
FeatureFlagChannelBookmarks?: string;
FeatureFlagExperimentalCrossTeamSearch?: string;
FeatureFlagCustomProfileAttributes?: string;
ForgotPasswordLink?: string;
GfycatApiKey: string;