remove useAtIcon since pretty much everyone hated that and it outlived its usefulness

This commit is contained in:
Henry Jameson 2025-02-18 22:37:45 +02:00
commit 8912664ab3
5 changed files with 1 additions and 19 deletions

View file

@ -117,9 +117,6 @@ const MentionLink = {
this.highlightType
]
},
useAtIcon () {
return this.mergedConfig.useAtIcon
},
isRemote () {
return this.userName !== this.userNameFull
},

View file

@ -34,12 +34,7 @@
:user="user"
/><span
class="shortName"
><FAIcon
v-if="useAtIcon"
size="sm"
icon="at"
class="at"
/>{{ !useAtIcon ? '@' : '' }}<span
>@<span
class="userName"
v-html="userName"
/><span