Skip to content

Commit

Permalink
Do not pre-emojify note HTML in accounts REST API (#7821)
Browse files Browse the repository at this point in the history
Fix #7820
  • Loading branch information
Gargron committed Jun 16, 2018
1 parent 9c08a36 commit 5e9d51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/rest/account_serializer.rb
Expand Up @@ -25,7 +25,7 @@ def id
end

def note
Formatter.instance.simplified_format(object, custom_emojify: true)
Formatter.instance.simplified_format(object)
end

def url
Expand Down

0 comments on commit 5e9d51c

Please sign in to comment.