mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
fetch: more places to fetch relay lists from.
This commit is contained in:
parent
8373da647e
commit
16c1e795bd
3
fetch.go
3
fetch.go
|
@ -70,7 +70,8 @@ var fetch = &cli.Command{
|
||||||
pool := nostr.NewSimplePool(c.Context)
|
pool := nostr.NewSimplePool(c.Context)
|
||||||
if authorHint != "" {
|
if authorHint != "" {
|
||||||
relayList := sdk.FetchRelaysForPubkey(c.Context, pool, authorHint,
|
relayList := sdk.FetchRelaysForPubkey(c.Context, pool, authorHint,
|
||||||
"wss://purplepag.es", "wss://offchain.pub", "wss://public.relaying.io")
|
"wss://purplepag.es", "wss://relay.damus.io", "wss://relay.noswhere.com",
|
||||||
|
"wss://nos.lol", "wss://public.relaying.io", "wss://relay.nostr.band")
|
||||||
for _, relayListItem := range relayList {
|
for _, relayListItem := range relayList {
|
||||||
if relayListItem.Outbox {
|
if relayListItem.Outbox {
|
||||||
relays = append(relays, relayListItem.URL)
|
relays = append(relays, relayListItem.URL)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user