Skip to content

Commit

Permalink
Fix some emojis in profile metadata labels are not emojified. (mastod…
Browse files Browse the repository at this point in the history
  • Loading branch information
kedamaDQ authored and hiyuki2578 committed Oct 2, 2019
1 parent 3c3d9fc commit 0934beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def normalize_domain
end

def emojifiable_text
[note, display_name, fields.map(&:value)].join(' ')
[note, display_name, fields.map(&:name), fields.map(&:value)].join(' ')
end

def clean_feed_manager
Expand Down

0 comments on commit 0934beb

Please sign in to comment.