Skip to content

Commit

Permalink
feat: show media hint in toot list view
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy committed Sep 24, 2023
1 parent 6ffc8ee commit 40743d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_tweet_list.html
Expand Up @@ -40,7 +40,7 @@
{%- if tweet.spoiler_text %}
<div class="title">{{ tweet.spoiler_text }}</div>
{%- endif %}
<div class="full-text">{{ tweet | format_tweet_text | safe }}</div>
<div class="full-text">{{ tweet | format_tweet_text | safe }}{%- if tweet.media_attachments %}<small> [media]</small>{%- endif %}</div>

</div>

Expand Down

0 comments on commit 40743d0

Please sign in to comment.