mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Probably fixes #31
This commit is contained in:
parent
762157ee4e
commit
735b4cc62e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user