mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Nostr updates
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user