NConnect: limit 0

environments/review-sign-limit-9uhs45/deployments/4714
Alex Gleason 2024-07-02 23:52:09 +01:00
rodzic 6aeb643e67
commit 70070c65d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {