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) {
|
for (const article of articles) {
|
||||||
const contentHtml = await article.buildContentHtml();
|
const contentHtml = await article.buildContentHtml();
|
||||||
const articleId =
|
const articleId =
|
||||||
`tag:${profile.nip05},nostr-d-${article.identifier}-k-30023`;
|
`tag:${profile.nip05},nostr-p-${profile.pubkey}-d-${article.identifier}-k-30023`;
|
||||||
articlesXml += `
|
articlesXml += `
|
||||||
<entry>
|
<entry>
|
||||||
<id>${articleId}</id>
|
<id>${articleId}</id>
|
||||||
|
|||||||
Reference in New Issue
Block a user