feat(route/twitter): add repost url in _extra
This commit is contained in:
parent
f4baae0a4a
commit
1e336483df
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue