NConnect: limit 0

environments/review-sign-limit-9uhs45/deployments/4714
Alex Gleason 1 month ago
parent 6aeb643e67
commit 70070c65d5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -35,7 +35,7 @@ export class NConnect {
const pubkey = await this.signer.getPublicKey();
const signal = this.controller.signal;
const sub = this.relay.req([{ kinds: [24133], '#p': [pubkey] }], { signal });
const sub = this.relay.req([{ kinds: [24133], '#p': [pubkey], limit: 0 }], { signal });
this.onSubscribed();
for await (const msg of sub) {

Loading…
Cancel
Save