Skip to content

Commit

Permalink
Revert "Cap avatar size to 100x100 (on Discord)"
Browse files Browse the repository at this point in the history
This reverts commit 99c2be2.
  • Loading branch information
dangeredwolf committed Sep 23, 2022
1 parent 99c2be2 commit f3082bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/status.ts
Expand Up @@ -289,10 +289,6 @@ 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"/>`
);
}
Expand Down

0 comments on commit f3082bb

Please sign in to comment.