mikedilger / gossip

Gossip is a nostr client
Other
718 stars 83 forks source link

Metadata-fetch / Relay-fetch ordering can cause 20-minute delay #884

Open mikedilger opened 1 month ago

mikedilger commented 1 month ago

... but if I click on a particular person (making them the active person) then it fetches.

mikedilger commented 1 month ago

I think the UI did trigger person_of_interest() on these, but it failed the first time probably as we didn't have their relays yet. So likely:

1) Tried to fetch metadata, failed as we didn't have their relays 2) Their relays came in 3) We don't try to fetch metadata again for 20 minutes (default)