feat: generate quote content_html, telegram channel repost extra data

This commit is contained in:
DIYgod
2023-01-30 22:00:07 +00:00
parent 6b4fb8fd8a
commit 52678c9eef
4 changed files with 17 additions and 2 deletions

View File

@@ -397,7 +397,6 @@ const ProcessFeed = (ctx, { data = [] }, params = {}) => {
links: [
{
url: `https://twitter.com/${item.quoted_status?.user?.screen_name}/status/${item.quoted_status?.id_str}`,
content_html: quote,
type: 'quote',
},
],