mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 11:00:54 +01:00
Add failsafe in case human matched as bot
This commit is contained in:
parent
e7cde2be60
commit
578b5918a7
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ export const handleStatus = async (
|
|||
`<meta name="twitter:card" content="${tweet.twitter_card}"/>`,
|
||||
`<meta name="twitter:site" content="@${tweet.author.screen_name}"/>`,
|
||||
`<meta name="twitter:creator" content="@${tweet.author.screen_name}"/>`,
|
||||
`<meta name="twitter:title" content="${tweet.author.name} (@${tweet.author.screen_name})"/>`
|
||||
`<meta name="twitter:title" content="${tweet.author.name} (@${tweet.author.screen_name})"/>`,
|
||||
`<meta http-equiv="refresh" content="0;url=https://twitter.com/${tweet.author.screen_name}/status/${tweet.id}"/>`
|
||||
];
|
||||
|
||||
if (tweet.translation) {
|
||||
|
|
Loading…
Add table
Reference in a new issue