From 889f8da49637e908f203d6d9d195f7d585f8cd03 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 21 Dec 2019 05:48:06 +0000 Subject: Use local url for for mentioned users --- templates/status.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 618398f..b1babf6 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -4,7 +4,7 @@ profile-avatar - {{WithEmojis .Account.DisplayName .Account.Emojis}} + {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted @@ -22,7 +22,7 @@
{{if not .HideAccountInfo}}
- {{WithEmojis .Account.DisplayName .Account.Emojis}} + {{EmojiFilter .Account.DisplayName .Account.Emojis}} {{.Account.Acct}} @@ -41,7 +41,7 @@ {{end}} {{end}}
-
{{WithEmojis .Content .Emojis}}
+
{{StatusContentFilter .Content .Emojis .Mentions}}
{{range .MediaAttachments}} {{if eq .Type "image"}} -- cgit v1.2.3