mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
Telegram doesn't let you open image embeds inline anymore
This commit is contained in:
parent
8184ea1c7e
commit
26a782f644
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ export const handleStatus = async (
|
|||
isTelegram /*&& !tweet.possibly_sensitive*/ &&
|
||||
!flags?.direct &&
|
||||
!flags?.api &&
|
||||
(tweet.media?.mosaic ||
|
||||
(tweet.media?.photos?.[0] || // Force instant view for photos for now https://bugs.telegram.org/c/33679
|
||||
tweet.media?.mosaic ||
|
||||
tweet.is_note_tweet ||
|
||||
tweet.quote ||
|
||||
tweet.translation ||
|
||||
|
|
Loading…
Add table
Reference in a new issue