BlueSky & more on desktop lazurite.stormlightlabs.org/
tauri rust typescript bluesky appview atproto solid
2
fork

Configure Feed

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

at main 9 lines 300 B view raw
1export const POST_COLLECTION = "app.bsky.feed.post"; 2 3export const FEED_COLLECTION = "app.bsky.feed.generator"; 4 5export const LIST_COLLECTION = "app.bsky.graph.list"; 6 7export const STARTER_PACK_COLLECTION = "app.bsky.graph.starterpack"; 8 9export const LABELER_COLLECTION = "app.bsky.labeler.service";