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 */
|
mosaic response, we'll render it using mosaic */
|
||||||
if (typeof mediaNumber !== 'number' && tweet.media.mosaic) {
|
if (typeof mediaNumber !== 'number' && tweet.media.mosaic) {
|
||||||
photo = {
|
photo = {
|
||||||
/* Telegram is dumb and doesn't support webp in opengraph embeds */
|
url: tweet.media.mosaic.formats.jpeg,
|
||||||
url:
|
|
||||||
userAgent?.indexOf('Telegram') === -1
|
|
||||||
? tweet.media.mosaic.formats.webp
|
|
||||||
: tweet.media.mosaic.formats.jpeg,
|
|
||||||
width: tweet.media.mosaic.width,
|
width: tweet.media.mosaic.width,
|
||||||
height: tweet.media.mosaic.height,
|
height: tweet.media.mosaic.height,
|
||||||
type: 'photo'
|
type: 'photo'
|
||||||
|
|
Loading…
Add table
Reference in a new issue