mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-11 09:25:08 +00:00
Shorten mentions to only usernames
This commit is contained in:
parent
d6b3113304
commit
33ad2e5423
|
@ -42,6 +42,6 @@ class Formatter
|
|||
end
|
||||
|
||||
def mention_html(match, account)
|
||||
"#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"mention\">@<span>#{account.acct}</span></a>"
|
||||
"#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"mention\">@<span>#{account.username}</span></a>"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user