about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-08-30 16:54:55 +0100
committerGitHub <noreply@github.com>2024-08-30 16:54:55 +0100
commitdbbbba1d32cbb96d9ab98eb871f3618df7f6e628 (patch)
treeef999f211aaa767d8d847c21b08b3cccf340ec2b /src/lib
parent46b7193a2b8f1a9e804644016692da39e4519458 (diff)
downloadvoidsky-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.ts1
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'