mirror of
https://github.com/hoornet/vega.git
synced 2026-06-08 14:11:55 -07:00
7a07d732e6
The badge marked notes from pubkeys whose kind-0 profile event was newer than 60 days, on the theory that that approximated account age. It doesn't: kind-0 created_at is "profile last updated," so any user who refreshed their bio recently got flagged as new regardless of how long they've been on Nostr. The proxy was misleading, so drop it entirely until there's a real signal to use. - NoteCard.tsx: remove isNewAccount badge. - social.ts: remove batchFetchProfileAges, getProfileAge, and the module-level profileAgeCache Map. - nostr/index.ts: drop the barrel re-exports.