From edb1d4dcb0364969d6a2b45413fdf90c8b02e67e Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 17 Aug 2024 02:54:56 +0300 Subject: [PATCH] fix weird
--- files/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post.html b/files/templates/post.html index 9c8a8d51c..84d382a12 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -75,7 +75,7 @@
- {% if p.thumb_url and not p.deleted_utc and not p.is_image and not p.is_video and not p.is_audio and not p.embed %} + {% if p.thumb_url and not p.deleted_utc and not p.is_image and not p.is_video and not p.is_audio and (not p.embed or 'twitter-tweet' in p.embed) %}
Unable to load image