Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2020-02-06 21:36:38 +01:00
156 changed files with 1830 additions and 544 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