about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-08-08 12:14:02 -0500
committerGitHub <noreply@github.com>2024-08-08 18:14:02 +0100
commit3ea8eb60134c9e7b48290f5ccc9e0c87ff779e23 (patch)
tree139db5f1ff41ad95bee8639673b41a0813ecc069 /src/lib
parente7a0055a8514a134d3fc897b5058d14070518b2e (diff)
downloadvoidsky-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.ts1
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'