Skip to content

Commit

Permalink
Include text_content
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 21, 2023
1 parent da3a803 commit 5673def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/feeds/_feed/get-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function getFeed (fastify, opts) {
id: ep.id,
url: getBookmarkUrl({ transport, host, bookmarkId: ep.bookmark.id }),
title: ep.display_title,
content_text: ep.bookmark.note,
content_text: ep.text_content ?? ep.bookmark.note,
date_published: ep.created_at,
image: ep.thumbnail,
attachments: cleanDeep([{
Expand Down

0 comments on commit 5673def

Please sign in to comment.