mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Add @usernames to gallery view (fix #462)
This commit is contained in:
parent
06e11ebb0d
commit
77b7ad5b3d
1 changed files with 2 additions and 2 deletions
|
@ -415,11 +415,11 @@ export const handleStatus = async (
|
|||
} else {
|
||||
if (isTelegram) {
|
||||
headers.push(
|
||||
`<meta property="og:site_name" content="${tweet.author.name}"/>`
|
||||
`<meta property="og:site_name" content="${tweet.author.name} (@${tweet.author.screen_name})"/>`
|
||||
)
|
||||
} else {
|
||||
headers.push(
|
||||
`<meta property="og:title" content="${tweet.author.name}"/>`
|
||||
`<meta property="og:title" content="${tweet.author.name} (@${tweet.author.screen_name})"/>`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue