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

Fix #7820
lolsob-rspec
Eugen Rochko 2018-06-16 18:47:19 +02:00 committed by GitHub
parent 76905a95a2
commit 9bcd509165
1 changed files with 1 additions and 1 deletions

View File

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