diff options
author | dan <dan.abramov@gmail.com> | 2024-09-07 17:08:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 17:08:19 +0200 |
commit | 292117804f986686c35c9fd3da1a8a4f22af49fc (patch) | |
tree | ede8c51b4d125b399b93888b59e33c78b6e1c88b /src/lib/statsig/gates.ts | |
parent | 7d7431d14e52d94cce51941013c8a5fe5665adb1 (diff) | |
download | voidsky-292117804f986686c35c9fd3da1a8a4f22af49fc.tar.zst |
Set show_follow_suggestions_in_profile to true (#5205)
Diffstat (limited to 'src/lib/statsig/gates.ts')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 0c44b419e..61a48e441 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -3,7 +3,6 @@ export type Gate = | 'debug_show_feedcontext' | 'onboarding_minimum_interests' | 'suggested_feeds_interstitial' - | 'show_follow_suggestions_in_profile' | 'video_debug' // not recommended | 'video_upload' // upload videos | 'video_view_on_posts' // see posted videos |