Browse Source

Federated profile bio now formatted

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
c4bc5c8930
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/atom_builder_helper.rb

+ 1
- 1
app/helpers/atom_builder_helper.rb View File

@ -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)

Loading…
Cancel
Save