mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
fix(route): twitter quotes (#11610)
This commit is contained in:
@@ -396,7 +396,7 @@ const ProcessFeed = (ctx, { data = [] }, params = {}) => {
|
|||||||
(item.is_quote_status && {
|
(item.is_quote_status && {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
url: `https://twitter.com/${item.quoted_status.user?.screen_name}/status/${item.quoted_status.id_str}`,
|
url: `https://twitter.com/${item.quoted_status?.user?.screen_name}/status/${item.quoted_status?.id_str}`,
|
||||||
content_html: quote,
|
content_html: quote,
|
||||||
type: 'quote',
|
type: 'quote',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user