Fix punycode being rendered instead of unicode in some places (#13030)
This commit is contained in:
@ -11,7 +11,7 @@ module AccountsHelper
|
||||
|
||||
def acct(account)
|
||||
if account.local?
|
||||
"@#{account.acct}@#{Rails.configuration.x.local_domain}"
|
||||
"@#{account.acct}@#{site_hostname}"
|
||||
else
|
||||
"@#{account.pretty_acct}"
|
||||
end
|
||||
|
Reference in New Issue
Block a user