Use high res profile pic

This commit is contained in:
dangered wolf 2022-07-14 04:46:08 -04:00
parent c0cb1b73d2
commit 99d105f3ad
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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"/>`,