diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-26 02:13:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-25 16:13:54 -0700 |
commit | e8cd7ab131720ebc37093c599573f032b51f3218 (patch) | |
tree | 26682cd31d5c3c16726d94c15f880401d17b6517 /src/lib/statsig | |
parent | f3905c574bc85d17cdc53e2b57d58ccc0bdcdf4e (diff) | |
download | voidsky-e8cd7ab131720ebc37093c599573f032b51f3218.tar.zst |
Remove handle suggestion gate (#8899)
* remove handle suggestion gate * rm from list of gates
Diffstat (limited to 'src/lib/statsig')
-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 8ec86c971..ef6dc1d4d 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -5,7 +5,6 @@ export type Gate = | 'debug_subscriptions' | 'disable_onboarding_policy_update_notice' | 'explore_show_suggested_feeds' - | 'handle_suggestions' | 'old_postonboarding' | 'onboarding_add_video_feed' | 'post_follow_profile_suggested_accounts' |