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/notification.tmpl | 6 +++--- templates/status.tmpl | 6 +++--- templates/user.tmpl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index da6164b..271597b 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -11,7 +11,7 @@
- {{WithEmojis .Account.DisplayName .Account.Emojis}} + {{EmojiFilter .Account.DisplayName .Account.Emojis}} followed you
@@ -31,7 +31,7 @@
- {{WithEmojis .Account.DisplayName .Account.Emojis}} + {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted your post
@@ -46,7 +46,7 @@
- {{WithEmojis .Account.DisplayName .Account.Emojis}} + {{EmojiFilter .Account.DisplayName .Account.Emojis}} liked your post
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"}} diff --git a/templates/user.tmpl b/templates/user.tmpl index 3347f92..e1a782a 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -9,7 +9,7 @@