mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix quoted mosaic photos (#471)
This commit is contained in:
parent
a626954c43
commit
d298bd3740
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ export const renderPhoto = (
|
|||
|
||||
if (photo.type === 'mosaic_photo' && !isOverrideMedia) {
|
||||
instructions.addHeaders = [
|
||||
`<meta property="twitter:image" content="${tweet.media?.mosaic?.formats.jpeg}"/>`,
|
||||
`<meta property="og:image" content="${tweet.media?.mosaic?.formats.jpeg}"/>`
|
||||
`<meta property="twitter:image" content="${photo.formats.jpeg}"/>`,
|
||||
`<meta property="og:image" content="${photo.formats.jpeg}"/>`
|
||||
];
|
||||
} else {
|
||||
instructions.addHeaders = [
|
||||
|
|
Loading…
Add table
Reference in a new issue