0
0
Fork 0

Fix punycode being rendered instead of unicode in some places (#13030)

This commit is contained in:
Eugen Rochko 2020-02-03 18:44:54 +01:00 committed by GitHub
parent c31d61d7f2
commit c253f5c57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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