1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-09-28 15:55:54 -04:00

Fix 'boost' note on fav notifications

This commit is contained in:
Jason McBrayer 2018-05-26 13:49:04 -04:00
parent 507c52bb96
commit 4fa527a4d8

View File

@ -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">