mirror of
https://github.com/fiatjaf/nak.git
synced 2026-07-30 19:36:15 +00:00
fetch: use more outbox relays.
This commit is contained in:
@@ -101,7 +101,7 @@ var fetch = &cli.Command{
|
|||||||
sys.Hints.Save(authorHint, nostr.NormalizeURL(url), hints.LastInHint, nostr.Now())
|
sys.Hints.Save(authorHint, nostr.NormalizeURL(url), hints.LastInHint, nostr.Now())
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, url := range sys.FetchOutboxRelays(ctx, authorHint, 3) {
|
for _, url := range sys.FetchOutboxRelays(ctx, authorHint, 6) {
|
||||||
relays = append(relays, url)
|
relays = append(relays, url)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user