diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 5563425..61353f5 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -97,6 +97,20 @@ {{template "status" (WithContext .Status $.Ctx)}} + + {{else}} +
+ + avatar + + + @{{.Account.Acct}} + + {{.Type}} - + + +
+ {{if .Status}}{{template "status" (WithContext .Status $.Ctx)}}{{end}} {{end}} {{end}}