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
1 changed files with 1 additions and 1 deletions

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