Files
bsky-social-app/src/lib/statsig/gates.ts
T
2024-12-16 18:34:33 -06:00

7 lines
215 B
TypeScript

export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext' // DISABLED DUE TO EME
| 'post_feed_lang_window' // DISABLED DUE TO EME
| 'remove_show_latest_button'
| 'trending_topics_beta'