nip46: label subscription.

This commit is contained in:
fiatjaf
2024-12-17 11:05:27 -03:00
parent 1106329c95
commit 11bdc95a37

View File

@ -120,7 +120,7 @@ func NewBunker(
Since: &now,
LimitZero: true,
},
})
}, nostr.WithLabel("bunker46client"))
for ie := range events {
if ie.Kind != nostr.KindNostrConnect {
continue
@ -151,6 +151,7 @@ func NewBunker(
if dispatcher, ok := bunker.listeners.Load(resp.ID); ok {
dispatcher <- resp
continue
}
}
}()