sdk/hints: use a single "hint" type instead of nprofile/nevent/tag/nip05.
This commit is contained in:
@@ -91,7 +91,7 @@ func (sys *System) FetchSpecificEvent(
|
||||
// (we do this after fetching author outbox relays because we are already going to prioritize these hints)
|
||||
now := nostr.Now()
|
||||
for _, relay := range priorityRelays {
|
||||
sys.Hints.Save(author, nostr.NormalizeURL(relay), hints.LastInNevent, now)
|
||||
sys.Hints.Save(author, nostr.NormalizeURL(relay), hints.LastInHint, now)
|
||||
}
|
||||
|
||||
// arrange these
|
||||
|
||||
Reference in New Issue
Block a user