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

Configure Feed

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

at 999e52ed2d5a2c8b2f7b8747dfcfd0e2017e5eb0 12 lines 345 B view raw
1export enum Features { 2 // core flags 3 IsBskyTeam = 'is_bsky_team', 4 5 // debug flags 6 DebugFeedContext = 'debug_feed_context', 7 8 // feature flags 9 ImportContactsOnboardingDisable = 'import_contacts:onboarding:disable', 10 ImportContactsSettingsDisable = 'import_contacts:settings:disable', 11 LiveNowBetaDisable = 'live_now_beta:disable', 12}