Fixed bug

This commit is contained in:
dangered wolf 2022-07-26 11:08:16 -04:00
parent 2d77ea4b62
commit c4599bb9e9
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -129,7 +129,7 @@ export const handleStatus = async (
) {
photo = {
url:
userAgent?.indexOf('Telegram') !== -1
userAgent?.indexOf('Telegram') === -1
? tweet.media.mosaic.formats.webp
: tweet.media.mosaic.formats.jpeg,
width: tweet.media.mosaic.width,