mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +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}"/>`,
|
||||
);
|
||||
} else {
|
||||
headers.push(
|
||||
`<meta property="og:title" content="${tweet.author.name}"/>`
|
||||
)
|
||||
if (isTelegram) {
|
||||
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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue