diff --git a/feeds.ts b/feeds.ts index 9ddd54a..6a4332c 100644 --- a/feeds.ts +++ b/feeds.ts @@ -14,7 +14,7 @@ export async function profileAtomFeed( for (const article of articles) { const contentHtml = await article.buildContentHtml(); const articleId = - `tag:${profile.nip05},nostr-d-${article.identifier}-k-30023`; + `tag:${profile.nip05},nostr-p-${profile.pubkey}-d-${article.identifier}-k-30023`; articlesXml += ` ${articleId}