From 947251816993677a33bfa0d6ba11560af295eee0 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Fri, 28 Oct 2022 03:13:03 +0300 Subject: [PATCH] Sign up notifications handle Mastodon (? maybe Pleroma too...) --- templates/notification.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/notification.tmpl b/templates/notification.tmpl index d5d338a..c108a93 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -115,6 +115,19 @@ {{template "status" (WithContext .Status $.Ctx)}} + {{else if eq .Type "admin.sign_up"}} +
+ + avatar + + + @{{.Account.Acct}} + + Signed up on instance - + + +
+ {{else}}