about summary refs log tree commit diff
path: root/src/lib/statsig
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-02-12 21:33:24 +0000
committerGitHub <noreply@github.com>2025-02-12 21:33:24 +0000
commit5a865a504cbc282c9c17e22d6a777e9cd2cd2df4 (patch)
tree3cac4cb54e5f3672d5f3b41aa9e750c1e2eec06a /src/lib/statsig
parentff2a82d35844081d7d7e058ffff326a73704d8cc (diff)
downloadvoidsky-5a865a504cbc282c9c17e22d6a777e9cd2cd2df4.tar.zst
invert new postonboarding gate (#7695)
Diffstat (limited to 'src/lib/statsig')
-rw-r--r--src/lib/statsig/gates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 4e614c58a..c88a97c75 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -2,7 +2,7 @@ export type Gate =
   // Keep this alphabetic please.
   | 'debug_show_feedcontext'
   | 'debug_subscriptions'
-  | 'new_postonboarding'
+  | 'old_postonboarding'
   | 'onboarding_add_video_feed'
   | 'remove_show_latest_button'
   | 'test_gate_1'