From 4fa527a4d8975ea8c9b0cf10ad13ef5a971759b6 Mon Sep 17 00:00:00 2001
From: Jason McBrayer
Date: Sat, 26 May 2018 13:49:04 -0400
Subject: [PATCH] Fix 'boost' note on fav notifications
---
brutaldon/templates/main/notifications.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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' %}