learn and share notes on atproto (wip) 馃 malfestio.stormlightlabs.org/
readability solid axum atproto srs
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 243 B view raw
1-- Add density_mode column to user_prefs table 2 3ALTER TABLE user_prefs ADD COLUMN IF NOT EXISTS density_mode VARCHAR(20); 4 5-- Valid values: 'compact', 'comfortable', 'spacious' 6-- TODO: consider an enum 7-- NULL means use default (comfortable)