mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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. */
|
Telegram is dumb and it just gets stuck if this is included, so we never include it for Telegram UAs. */
|
||||||
if (!isTelegram) {
|
if (!isTelegram) {
|
||||||
headers.push(
|
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