aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-21 05:48:06 +0000
committerr <r@freesoftwareextremist.com>2019-12-21 05:48:06 +0000
commit889f8da49637e908f203d6d9d195f7d585f8cd03 (patch)
tree705431057471930b1f38f70169be07d643aa5662 /templates/notification.tmpl
parent3280af21ed1a82aa2b964ae098596b2f13a5fc22 (diff)
downloadbloat-889f8da49637e908f203d6d9d195f7d585f8cd03.tar.gz
bloat-889f8da49637e908f203d6d9d195f7d585f8cd03.zip
Use local url for for mentioned users
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl6
1 files changed, 3 insertions, 3 deletions
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 @@
</a>
<div>
<div>
- <span class="status-dname"> {{WithEmojis .Account.DisplayName .Account.Emojis}} </span>
+ <span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
<span class="icon dripicons-user-group"></span>
followed you
</div>
@@ -31,7 +31,7 @@
</a>
<div>
<div>
- <span class="status-dname"> {{WithEmojis .Account.DisplayName .Account.Emojis}} </span>
+ <span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
<span class="icon dripicons-retweet retweeted"></span>
retweeted your post
</div>
@@ -46,7 +46,7 @@
</a>
<div>
<div>
- <span class="status-dname"> {{WithEmojis .Account.DisplayName .Account.Emojis}} </span>
+ <span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
<span class="icon dripicons-star liked"></span>
liked your post
</div>