tangled
alpha
login
or
join now
graham.systems
/
cistern
Encrypted, ephemeral, private memos on atproto
3
fork
atom
overview
issues
pulls
pipelines
fix(producer): list correct collection for public keys
graham.systems
2 months ago
95448e96
3fafc6fa
verified
This commit was signed with the committer's
known signature
.
graham.systems
SSH Key Fingerprint:
SHA256:Fvaam8TgCBeBlr/Fo7eA6VGAIAWmzjwUqUTw5o6anWA=
options
unified
split
Changed files
+1
-1
packages
producer
mod.ts
+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
123
-
collection: "app.cistern.lexicon.item",
123
123
+
collection: "app.cistern.lexicon.pubkey",
124
124
repo: this.did,
125
125
cursor,
126
126
},