feat: Nostr profile enrichment with caching
Fetch full kind:0 metadata (display_name, about, banner, nip05) from relays with a 5-min TTL cache. Show Nostr banner, display name, and NIP-05 on bot profile pages. Expose ownerPubkey in stats API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7761f713d7
commit
d1fe4d6e83
@@ -268,6 +268,7 @@ botsRouter.get('/:name/stats', async (c) => {
|
||||
|
||||
return c.json({
|
||||
...publicBot,
|
||||
ownerPubkey: rawBot.publicKey,
|
||||
tierName: TIER_NAMES[bot.tier] || 'BABY',
|
||||
tierColor: TIER_COLORS[bot.tier] || '#888',
|
||||
winRate,
|
||||
|
||||
Reference in New Issue
Block a user