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: database column type mismatch

Trezy 047de0a7 a43951be

+2
+1
migrations/postgres/20260413000000_api_clients_fix_refill_rate_type.sql
··· 1 + ALTER TABLE api_clients ALTER COLUMN rate_limit_refill_rate TYPE DOUBLE PRECISION;
+1
migrations/sqlite/20260413000000_api_clients_fix_refill_rate_type.sql
··· 1 + -- No-op: SQLite stores all floats as 8-byte IEEE 754 regardless of declared type.