mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Fixed bug
This commit is contained in:
parent
2d77ea4b62
commit
c4599bb9e9
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export const handleStatus = async (
|
||||||
) {
|
) {
|
||||||
photo = {
|
photo = {
|
||||||
url:
|
url:
|
||||||
userAgent?.indexOf('Telegram') !== -1
|
userAgent?.indexOf('Telegram') === -1
|
||||||
? tweet.media.mosaic.formats.webp
|
? tweet.media.mosaic.formats.webp
|
||||||
: tweet.media.mosaic.formats.jpeg,
|
: tweet.media.mosaic.formats.jpeg,
|
||||||
width: tweet.media.mosaic.width,
|
width: tweet.media.mosaic.width,
|
||||||
|
|
Loading…
Add table
Reference in a new issue