Files
bsky-social-app/src/lib/statsig/gates.ts
T
2024-04-18 09:56:42 -05:00

13 lines
387 B
TypeScript

export type Gate =
// Keep this alphabetic please.
| 'autoexpand_suggestions_on_profile_follow'
| 'disable_min_shell_on_foregrounding'
| 'disable_poll_on_discover'
| 'hide_vertical_scroll_indicators'
| 'new_profile_scroll_component'
| 'new_search'
| 'receive_updates'
| 'show_follow_back_label'
| 'use_new_suggestions_endpoint'
| 'reduced_onboarding_and_home_algo'