From e46d067866d3345d9e160fa50fd16af5430e2418 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 12:38:44 +0000 Subject: Fix bell icon notification --- templates/notification.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/notification.tmpl') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 395987e..5aaccb4 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -16,7 +16,7 @@ {{range .Notifications}} -
+
{{if eq .Type "follow"}}
@@ -66,6 +66,9 @@ {{else if eq .Type "mention"}} {{template "status" (WithContext .Status $.Ctx)}} + {{else if eq .Type "status"}} + {{template "status" (WithContext .Status $.Ctx)}} + {{else if eq .Type "reblog"}}