Encrypted, ephemeral, private memos on atproto
3
fork

Configure Feed

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

fix(producer): list correct collection for public keys

+1 -1
+1 -1
packages/producer/mod.ts
··· 120 120 while (true) { 121 121 const res = await this.rpc.get("com.atproto.repo.listRecords", { 122 122 params: { 123 - collection: "app.cistern.lexicon.item", 123 + collection: "app.cistern.lexicon.pubkey", 124 124 repo: this.did, 125 125 cursor, 126 126 },