diff options
author | Eric Bailey <git@esb.lol> | 2024-08-08 12:14:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 18:14:02 +0100 |
commit | 3ea8eb60134c9e7b48290f5ccc9e0c87ff779e23 (patch) | |
tree | 139db5f1ff41ad95bee8639673b41a0813ecc069 /src/lib | |
parent | e7a0055a8514a134d3fc897b5058d14070518b2e (diff) | |
download | voidsky-3ea8eb60134c9e7b48290f5ccc9e0c87ff779e23.tar.zst |
Remove native_pwi_disabled (#4896)
* Remove native_pwi_disabled * Remove search button
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 7631ff3f4..c2b601c3c 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,7 +1,6 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' - | 'native_pwi_disabled' | 'new_user_guided_tour' | 'onboarding_minimum_interests' | 'session_withproxy_fix' |