mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix non-usage of Constants.TWITTER_ROOT
This commit is contained in:
parent
371a62f1ed
commit
170cd1d446
1 changed files with 1 additions and 1 deletions
|
@ -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}"/>`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue