mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +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 = {
|
||||
url:
|
||||
userAgent?.indexOf('Telegram') !== -1
|
||||
userAgent?.indexOf('Telegram') === -1
|
||||
? tweet.media.mosaic.formats.webp
|
||||
: tweet.media.mosaic.formats.jpeg,
|
||||
width: tweet.media.mosaic.width,
|
||||
|
|
Loading…
Add table
Reference in a new issue