mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 21:10:54 +01:00
Use high res profile pic
This commit is contained in:
parent
c0cb1b73d2
commit
99d105f3ad
1 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ export const handleStatus = async (handle: string, id: string, mediaNumber?: num
|
|||
|
||||
headers.push(
|
||||
`<meta content="${colorOverride}" property="theme-color"/>`,
|
||||
`<meta property="og:image" content="${user?.profile_image_url_https}"/>`,
|
||||
`<meta property="og:image" content="${user?.profile_image_url_https.replace('_normal', '_200x200')}"/>`,
|
||||
`<meta name="twitter:card" content="tweet"/>`,
|
||||
`<meta name="twitter:title" content="${name} (@${screenName})"/>`,
|
||||
`<meta name="twitter:image" content="0"/>`,
|
||||
|
|
Loading…
Add table
Reference in a new issue