Add author pubkey to feed entry IDs
This commit is contained in:
parent
4c68be19fe
commit
49d5aa4487
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user