A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

fix: convert plugin config to text column

Trezy e781fab2 b3fea95d

+1
+1
migrations/postgres/20260411000000_plugin_config_jsonb_to_text.sql
··· 1 + ALTER TABLE plugin_configs ALTER COLUMN config TYPE TEXT USING config::TEXT;