AFAIK astral.ninja does a lot of client side caching that is maybe why kind 0 envents might have some delay.
Maybe #[4] can explain it.
AFAIK astral.ninja does a lot of client side caching that is maybe why kind 0 envents might have some delay.
Maybe #[4] can explain it.
yes, astral stores all events in a browser db. if kind 0 event exists it won't refetch that users profile. but perhaps I should refetch the follows everytime.
you can manually force refetch by deleting the profile info in astral settings>devTools sql query:
`delete FROM nostr where json_extract(event, '$.kind') = 0 and json_extract(event, '$.pubkey') = '
Cool, nice pro tip!
Invoice me for some thank you sats.