Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 8c3553cd66ad07ef8c8c4e760b495cf6ce08cc8d 19 lines 578 B view raw
1export type Gate = 2 // Keep this alphabetic please. 3 | 'alt_share_icon' 4 | 'debug_show_feedcontext' 5 | 'debug_subscriptions' 6 | 'disable_live_now_beta' 7 | 'disable_onboarding_find_contacts' 8 | 'disable_settings_find_contacts' 9 | 'explore_show_suggested_feeds' 10 | 'feed_reply_button_open_thread' 11 | 'is_bsky_team_member' // special, do not remove 12 | 'old_postonboarding' 13 | 'onboarding_add_video_feed' 14 | 'onboarding_suggested_starterpacks' 15 | 'remove_show_latest_button' 16 | 'show_composer_prompt' 17 | 'suggested_users_dismiss' 18 | 'test_gate_1' 19 | 'test_gate_2'