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 225 B view raw
1CREATE TABLE IF NOT EXISTS app_settings ( 2 key TEXT PRIMARY KEY, 3 value TEXT NOT NULL 4); 5 6-- Embeddings are enabled by default (opt-out). 7INSERT OR IGNORE INTO app_settings(key, value) VALUES ('embeddings_enabled', '1');