Skip to content
Snippets Groups Projects
Unverified Commit 5e9d51c2 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Do not pre-emojify note HTML in accounts REST API (#7821)

Fix #7820
parent 9c08a368
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class REST::AccountSerializer < ActiveModel::Serializer
end
def note
Formatter.instance.simplified_format(object, custom_emojify: true)
Formatter.instance.simplified_format(object)
end
def 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