mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +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*/ &&
|
isTelegram /*&& !tweet.possibly_sensitive*/ &&
|
||||||
!flags?.direct &&
|
!flags?.direct &&
|
||||||
!flags?.api &&
|
!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.is_note_tweet ||
|
||||||
tweet.quote ||
|
tweet.quote ||
|
||||||
tweet.translation ||
|
tweet.translation ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue