Remove link to remote accounts in statuses
• Remove: - link to remote accounts in statuses
This commit is contained in:
parent
a2a070510a
commit
3bc4445747
@ -317,6 +317,7 @@ class Formatter
|
||||
end
|
||||
|
||||
def mention_html(account)
|
||||
return "<span>@#{encode(account.acct)}</span>" unless account.local?
|
||||
"<a data-focusable=\"true\" role=\"link\" href=\"#{encode(TagManager.instance.url_for(account))}\" class=\"u-url mention\">@#{encode(account.acct)}</a>"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user