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

Configure Feed

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

at post-text-option 17 lines 498 B view raw
1export type Gate = 2 // Keep this alphabetic please. 3 | 'alt_share_icon' 4 | 'debug_show_feedcontext' 5 | 'debug_subscriptions' 6 | 'disable_onboarding_find_contacts' 7 | 'disable_settings_find_contacts' 8 | 'explore_show_suggested_feeds' 9 | 'feed_reply_button_open_thread' 10 | 'old_postonboarding' 11 | 'onboarding_add_video_feed' 12 | 'onboarding_suggested_starterpacks' 13 | 'remove_show_latest_button' 14 | 'show_composer_prompt' 15 | 'suggested_users_dismiss' 16 | 'test_gate_1' 17 | 'test_gate_2'