Add feature gate for starter pack search (#11234)

This commit is contained in:
DS Boyce
2026-07-22 13:22:56 -07:00
committed by GitHub
parent 0bd6a99613
commit 933ba1c373
2 changed files with 25 additions and 10 deletions
+1
View File
@@ -19,6 +19,7 @@ export enum Features {
PostThreadKnownLikersEnable = 'post_thread:known_likers:enable',
PostThreadKnownLikersFetchEnable = 'post_thread:known_likers:fetch:enable',
CustomLogoJapanEnable = 'custom_logo:japan:enable',
SearchStarterPacksV2Enable = 'search_starter_packs_v2:enable',
AATest = 'aa-test',
}