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 7 lines 138 B view raw
1export type AccountIdentity = { 2 avatar: string | null; 3 label: string; 4 meta: string; 5 name: string; 6 tone: "primary" | "muted"; 7};