From 40743d0632c402a09c1f60c0db32367dee2da2a0 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Sun, 24 Sep 2023 01:22:54 -0700 Subject: [PATCH] feat: show media hint in toot list view --- templates/_tweet_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_tweet_list.html b/templates/_tweet_list.html index 5889726..883e618 100644 --- a/templates/_tweet_list.html +++ b/templates/_tweet_list.html @@ -40,7 +40,7 @@ {%- if tweet.spoiler_text %}
{{ tweet.spoiler_text }}
{%- endif %} -
{{ tweet | format_tweet_text | safe }}
+
{{ tweet | format_tweet_text | safe }}{%- if tweet.media_attachments %} [media]{%- endif %}