about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 114048ab70f3d65ca0c2da74349f0991d035e75f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
  | 'explore_show_suggested_feeds'
  | 'old_postonboarding'
  | 'onboarding_add_video_feed'
  | 'post_follow_profile_suggested_accounts'
  | 'remove_show_latest_button'
  | 'test_gate_1'
  | 'test_gate_2'