diff options
author | dan <dan.abramov@gmail.com> | 2024-08-30 16:54:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 16:54:55 +0100 |
commit | dbbbba1d32cbb96d9ab98eb871f3618df7f6e628 (patch) | |
tree | ef999f211aaa767d8d847c21b08b3cccf340ec2b /src/lib | |
parent | 46b7193a2b8f1a9e804644016692da39e4519458 (diff) | |
download | voidsky-dbbbba1d32cbb96d9ab98eb871f3618df7f6e628.tar.zst |
[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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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' |