mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 05:12:18 +00:00
Federated profile bio now formatted
This commit is contained in:
parent
c128fcee16
commit
c4bc5c8930
|
@ -100,7 +100,7 @@ module AtomBuilderHelper
|
||||||
def portable_contact(xml, account)
|
def portable_contact(xml, account)
|
||||||
xml['poco'].preferredUsername account.username
|
xml['poco'].preferredUsername account.username
|
||||||
xml['poco'].displayName(account.display_name) unless account.display_name.blank?
|
xml['poco'].displayName(account.display_name) unless account.display_name.blank?
|
||||||
xml['poco'].note(account.note) unless account.note.blank?
|
xml['poco'].note(Formatter.instance.simplified_format(account)) unless account.note.blank?
|
||||||
end
|
end
|
||||||
|
|
||||||
def in_reply_to(xml, uri, url)
|
def in_reply_to(xml, uri, url)
|
||||||
|
|
Loading…
Reference in a new issue