From dbbbba1d32cbb96d9ab98eb871f3618df7f6e628 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 30 Aug 2024 16:54:55 +0100 Subject: [Experiment] Suggest profiles in profile (#5030) * Rename variable to disambiguate with parent scope * More variables where they are used * Inline variables * Add suggestions in profile * Gate it * rm space * Remove header suggestions under gate --- src/lib/statsig/gates.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index d4478477b..f45be0b79 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -4,5 +4,6 @@ export type Gate = | 'fixed_bottom_bar' | 'onboarding_minimum_interests' | 'suggested_feeds_interstitial' + | 'show_follow_suggestions_in_profile' | 'video_debug' | 'videos' -- cgit 1.4.1