about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
diff options
context:
space:
mode:
authorAlex Benzer <abenzer@users.noreply.github.com>2025-08-26 08:52:38 -0700
committerGitHub <noreply@github.com>2025-08-26 08:52:38 -0700
commitacd7211b357f2bfc74bf0828994e12f0c41d39d5 (patch)
tree34a09d23bf3862ccb9683ba4975e3af0889c11d0 /src/lib/statsig/gates.ts
parentb70e5b2f387e8de6dac5d388aee1ccbf5b217adc (diff)
downloadvoidsky-acd7211b357f2bfc74bf0828994e12f0c41d39d5.tar.zst
Adds signup CTA tests for logged-out visitors (#8906)
Diffstat (limited to 'src/lib/statsig/gates.ts')
-rw-r--r--src/lib/statsig/gates.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 90ccd3443..114048ab7 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -1,6 +1,8 @@
 export type Gate =
   // Keep this alphabetic please.
   | 'alt_share_icon'
+  | 'cta_above_post_heading'
+  | 'cta_above_post_replies'
   | 'debug_show_feedcontext'
   | 'debug_subscriptions'
   | 'disable_onboarding_policy_update_notice'