Add author pubkey to feed entry IDs
This commit is contained in:
2
feeds.ts
2
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 += `
|
||||
<entry>
|
||||
<id>${articleId}</id>
|
||||
|
||||
Reference in New Issue
Block a user