diff options
author | dan <dan.abramov@gmail.com> | 2024-08-29 18:57:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 18:57:36 +0100 |
commit | faf66f3178fbddcfaab9c851b9315f20cd285c38 (patch) | |
tree | f0072c6359184760c232ab7d7371724a0c66f6b1 /src/lib | |
parent | 69053b1b0add68cc04ce7bc336ed65b2514e207b (diff) | |
download | voidsky-faf66f3178fbddcfaab9c851b9315f20cd285c38.tar.zst |
Remove new_user_guided_tour and tour code (#5023)
Diffstat (limited to 'src/lib')
-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 0f92cd14a..39594bdbf 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -2,7 +2,6 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' | 'fixed_bottom_bar' - | 'new_user_guided_tour' | 'onboarding_minimum_interests' | 'show_follow_back_label_v2' | 'suggested_feeds_interstitial' |