kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
NConnect: limit 0
rodzic
6aeb643e67
commit
70070c65d5
|
@ -35,7 +35,7 @@ export class NConnect {
|
||||||
const pubkey = await this.signer.getPublicKey();
|
const pubkey = await this.signer.getPublicKey();
|
||||||
const signal = this.controller.signal;
|
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();
|
this.onSubscribed();
|
||||||
|
|
||||||
for await (const msg of sub) {
|
for await (const msg of sub) {
|
||||||
|
|
Ładowanie…
Reference in New Issue