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 13 lines 463 B view raw
1export const POST_CREATED_EVENT = "composer:post-created"; 2 3export const POST_VIEW_UPDATED_EVENT = "post:view-updated"; 4 5export const BOOKMARK_CHANGED_EVENT = "post:bookmark-changed"; 6 7export const ACCOUNT_SWITCH_EVENT = "auth:account-switched"; 8 9export const NOTIFICATIONS_UNREAD_COUNT_EVENT = "notifications:unread-count"; 10 11export const NAVIGATION_EVENT = "navigation:explorer-resolved"; 12 13export const FOLLOW_HYGIENE_PROGRESS_EVENT = "follow-hygiene:progress";