GET /xrpc/app.bsky.actor.searchActorsTypeahead typeahead.waow.tech
16
fork

Configure Feed

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

at 4539b781a26edc18e417bd0eb8ec2d74bc7d295a 6 lines 322 B view raw
1-- one-shot migration: add enrichment pipeline columns to actors table 2-- run once against Turso before deploying the updated worker 3 4ALTER TABLE actors ADD COLUMN pds TEXT DEFAULT ''; 5ALTER TABLE actors ADD COLUMN identity_checked_at INTEGER DEFAULT 0; 6ALTER TABLE actors ADD COLUMN profile_checked_at INTEGER DEFAULT 0;