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

Configure Feed

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

at 06a8a7efc2946247d44adb982e2b2cb367fd7b64 19 lines 570 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 | 'is_bsky_team_member' // special, do not remove 11 | 'live_now_beta' 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'