mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Improve gallery mode for Telegram
This commit is contained in:
parent
95200b3f65
commit
c54c306b7e
1 changed files with 9 additions and 3 deletions
|
@ -413,9 +413,15 @@ export const handleStatus = async (
|
||||||
`<meta property="og:site_name" content="${siteName}"/>`,
|
`<meta property="og:site_name" content="${siteName}"/>`,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
headers.push(
|
if (isTelegram) {
|
||||||
`<meta property="og:title" content="${tweet.author.name}"/>`
|
headers.push(
|
||||||
)
|
`<meta property="og:site_name" content="${tweet.author.name}"/>`
|
||||||
|
)
|
||||||
|
} else {
|
||||||
|
headers.push(
|
||||||
|
`<meta property="og:title" content="${tweet.author.name}"/>`
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Special reply handling if authorText is not overriden */
|
/* Special reply handling if authorText is not overriden */
|
||||||
|
|
Loading…
Add table
Reference in a new issue