Fix non-usage of Constants.TWITTER_ROOT

This commit is contained in:
dangered wolf 2023-08-19 00:06:28 -04:00
parent 371a62f1ed
commit 170cd1d446
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -125,7 +125,7 @@ export const handleStatus = async (
Telegram is dumb and it just gets stuck if this is included, so we never include it for Telegram UAs. */
if (!isTelegram) {
headers.push(
`<meta http-equiv="refresh" content="0;url=https://twitter.com/${tweet.author.screen_name}/status/${tweet.id}"/>`
`<meta http-equiv="refresh" content="0;url=${Constants.TWITTER_ROOT}/${tweet.author.screen_name}/status/${tweet.id}"/>`
);
}