Skip to content
Snippets Groups Projects
Commit c4bc5c89 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Federated profile bio now formatted

parent c128fcee
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ module AtomBuilderHelper
def portable_contact(xml, account)
xml['poco'].preferredUsername account.username
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
def in_reply_to(xml, uri, url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment