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

Configure Feed

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

at 7da65efc08780b82bb426bcef751e1feaeefb556 7 lines 238 B view raw
1export type Gate = 2 // Keep this alphabetic please. 3 | 'debug_show_feedcontext' 4 | 'is_bsky_team_member' // special, do not remove 5 | 'disable_onboarding_find_contacts' 6 | 'disable_settings_find_contacts' 7 | 'disable_live_now_beta'