Remove 'originally posted at' (#2148)

This commit is contained in:
ekzyis 2025-05-05 09:56:41 -05:00 committed by GitHub
parent f754b530ff
commit a1bc6dc217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ function itemToContent (item, { includeTitle = true } = {}) {
content += `\n\n${item.text}` content += `\n\n${item.text}`
} }
content += `\n\noriginally posted at https://stacker.news/items/${item.id}` content += `\n\nhttps://stacker.news/items/${item.id}`
return content.trim() return content.trim()
} }