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 154 B view raw
1CREATE TABLE IF NOT EXISTS sync_state ( 2 did TEXT NOT NULL, 3 source TEXT NOT NULL, 4 cursor TEXT, 5 last_synced_at TEXT, 6 PRIMARY KEY (did, source) 7);