Probably fixes #31

This commit is contained in:
Eugen Rochko 2016-09-09 15:29:41 +02:00
parent 762157ee4e
commit 735b4cc62e
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ module AtomBuilderHelper
def include_author(xml, account)
object_type xml, :person
uri xml, url_for_target(account)
uri xml, uri_for_target(account)
name xml, account.username
email xml, account.local? ? "#{account.acct}@#{Rails.configuration.x.local_domain}" : account.acct
summary xml, account.note