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 6 lines 244 B view raw
1UPDATE app_settings 2SET value = '0' 3WHERE key = 'embeddings_enabled'; 4 5INSERT OR IGNORE INTO app_settings(key, value) VALUES ('embeddings_enabled', '0'); 6INSERT OR IGNORE INTO app_settings(key, value) VALUES ('embeddings_preflight_seen', '0');