diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index 7a1c951..4522be9 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -52,7 +52,7 @@ mastodon.notifications()[0] {{ note.created_at |naturaltime }} )

-{% 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 %} {% elif note.type == 'follow' %}