mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Fix 'boost' note on fav notifications
This commit is contained in:
parent
507c52bb96
commit
4fa527a4d8
@ -52,7 +52,7 @@ mastodon.notifications()[0]
|
||||
<small>{{ note.created_at |naturaltime }}</small>
|
||||
</span>)
|
||||
</p>
|
||||
{% include "main/toot_partial.html" with toot=note.status reblog=True reblog_by=note.account.acct reblog_icon=note.account.avatar %}
|
||||
{% include "main/toot_partial.html" with toot=note.status %}
|
||||
<hr class="is-hidden">
|
||||
{% elif note.type == 'follow' %}
|
||||
<article class="media">
|
||||
|
Loading…
Reference in New Issue
Block a user