feat(route/twitter): add repost url in _extra

This commit is contained in:
pseudoyu 2025-01-23 06:24:41 +08:00
parent f4baae0a4a
commit 1e336483df
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ const ProcessFeed = (ctx, { data = [] }, params = {}) => {
(isRetweet && {
links: [
{
url: `https://x.com/${item.user?.screen_name}/status/${item.conversation_id_str}`,
type: 'repost',
},
],