Add failsafe in case human matched as bot

This commit is contained in:
dangered wolf 2022-08-09 18:18:32 -04:00
parent e7cde2be60
commit 578b5918a7
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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) {