diff options
author | dan <dan.abramov@gmail.com> | 2024-05-22 18:19:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 18:19:07 +0100 |
commit | e6e7027d01b32363cdfc319a04b74064a9c38529 (patch) | |
tree | fa0e7f83fab4f8cf138ce4a52dd9caf939093a99 /src/lib | |
parent | 3ca41e4efb24809dcc5e5a5c3e678eb561fd7ad6 (diff) | |
download | voidsky-e6e7027d01b32363cdfc319a04b74064a9c38529.tar.zst |
Cleanup gates (#4170)
* Unlaunch disable_poll_on_discover_v2 * Rm unused gates * Unlaunch autoexpand_suggestions_on_profile_follow_v2 * Launch disable_min_shell_on_foregrounding_v3
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/gates.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index b0ba7d753..81e49e151 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,11 +1,5 @@ export type Gate = // Keep this alphabetic please. - | 'autoexpand_suggestions_on_profile_follow_v2' - | 'disable_min_shell_on_foregrounding_v3' - | 'disable_poll_on_discover_v2' | 'reduced_onboarding_and_home_algo_v2' | 'request_notifications_permission_after_onboarding' | 'show_follow_back_label_v2' - | 'start_session_with_following_v2' - | 'test_gate_1' - | 'test_gate_2' |