mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Cap avatar size to 100x100 (on Discord)
This commit is contained in:
parent
ecaef5f6f8
commit
99c2be2756
1 changed files with 4 additions and 0 deletions
|
@ -289,6 +289,10 @@ export const handleStatus = async (
|
|||
'_normal',
|
||||
'_200x200'
|
||||
)}"/>`,
|
||||
`<meta property="twitter:image:width" content="100"/>`,
|
||||
`<meta property="twitter:image:height" content="100"/>`,
|
||||
`<meta property="og:image:width" content="100"/>`,
|
||||
`<meta property="og:image:height" content="100"/>`,
|
||||
`<meta property="twitter:image" content="0"/>`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue