A couple of Bluesky feeds focused around PDSes
2
fork

Configure Feed

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

Add an index

+1
+1
common/db.ts
··· 20 20 CHECK(id = 1) 21 21 ); 22 22 INSERT INTO state (id) VALUES (1);`, 23 + `CREATE INDEX posts_indexed_idx ON posts(indexed_at, cid);`, 23 24 ]; 24 25 25 26 const db = new Database(Deno.env.get("DB") ?? ":memory:", {