kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'sign-limit-0' into 'main'
NConnect: limit 0 See merge request soapbox-pub/soapbox!3073environments/review-fix-nos2x-2n6448/deployments/4716
commit
ed25c63a10
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue