0
0
Fork 0

Display full acct on public status pages, always (#8011)

This commit is contained in:
Eugen Rochko 2018-07-14 04:07:47 +02:00 committed by GitHub
parent 38e9662d78
commit 2a176514be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -67,7 +67,7 @@ module StreamEntriesHelper
end
def acct(account)
if embedded_view? && account.local?
if account.local?
"@#{account.acct}@#{Rails.configuration.x.local_domain}"
else
"@#{account.acct}"