From 48154fb20e41bf3f4ba2de42de32c3e75d059941 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 22 Nov 2022 18:59:51 -0700 Subject: Fix boosted notifications --- templates/activities/_event.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/activities') diff --git a/templates/activities/_event.html b/templates/activities/_event.html index 81e9dd2..c6d30b1 100644 --- a/templates/activities/_event.html +++ b/templates/activities/_event.html @@ -22,7 +22,12 @@ {% include "activities/_post.html" with post=event.subject_post %} {% elif event.type == "boosted" %} - {{ event.subject_identity.name_or_handle }} boosted your post {{ event.subject_post }} +
+ + {{ event.subject_identity.name_or_handle }} + boosted your post +
+ {% include "activities/_post.html" with post=event.subject_post %} {% else %} Unknown event type {{event.type}} {% endif %} -- cgit v1.2.3