Do not pre-emojify note HTML in accounts REST API (#7821)
Fix #7820remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
9c08a368e7
commit
5e9d51c24b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue