mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Switch webp to jpeg as it generates faster now
This commit is contained in:
parent
581e7bb9a7
commit
42a5a98ff7
1 changed files with 1 additions and 5 deletions
|
@ -192,11 +192,7 @@ export const handleStatus = async (
|
|||
mosaic response, we'll render it using mosaic */
|
||||
if (typeof mediaNumber !== 'number' && tweet.media.mosaic) {
|
||||
photo = {
|
||||
/* Telegram is dumb and doesn't support webp in opengraph embeds */
|
||||
url:
|
||||
userAgent?.indexOf('Telegram') === -1
|
||||
? tweet.media.mosaic.formats.webp
|
||||
: tweet.media.mosaic.formats.jpeg,
|
||||
url: tweet.media.mosaic.formats.jpeg,
|
||||
width: tweet.media.mosaic.width,
|
||||
height: tweet.media.mosaic.height,
|
||||
type: 'photo'
|
||||
|
|
Loading…
Add table
Reference in a new issue