Nostr updates

This commit is contained in:
Dennis Reimann
2024-09-17 16:39:56 +02:00
parent 17c308431b
commit afcc5a41cd
6 changed files with 19 additions and 14 deletions

View File

@@ -207,7 +207,7 @@ const parseEpisode = e => {
people.forEach(p => {
let href = p.url
if (!href && p.nostr) href = `https://snort.social/p/${p.nostr}`
if (!href && p.nostr) href = `https://primal.net/p/${p.nostr}`
if (!href && p.twitter) href = `https://twitter.com/${p.twitter}`
updated['podcast:person'].push({
__attr: { href },