diff --git a/nip46/client.go b/nip46/client.go index 6e9e77f..d58b35e 100644 --- a/nip46/client.go +++ b/nip46/client.go @@ -112,9 +112,10 @@ func NewBunker( now := nostr.Now() events := pool.SubMany(ctx, relays, nostr.Filters{ { - Tags: nostr.TagMap{"p": []string{clientPublicKey}}, - Kinds: []int{nostr.KindNostrConnect}, - Since: &now, + Tags: nostr.TagMap{"p": []string{clientPublicKey}}, + Kinds: []int{nostr.KindNostrConnect}, + Since: &now, + LimitZero: true, }, }) for ie := range events {