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

Fix some emojis in profile metadata labels are not emojified. (#11534)

parent c5661b0f
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ class Account < ApplicationRecord
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
......
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