From 5478b344796798e6aadd5554007f4ee85c347ebc Mon Sep 17 00:00:00 2001 From: r Date: Tue, 22 Sep 2020 15:42:16 +0000 Subject: Use '@' prefix for all usernames --- templates/status.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 7d510e2..1e3d514 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -3,9 +3,12 @@ {{if .Reblog}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} + + @{{.Account.Acct}} + retweeted
{{template "status" (WithContext .Reblog $.Ctx)}} @@ -15,14 +18,14 @@