[WIP] Enable custom emoji on account pages and in the sidebar (#6124)
Federate custom emojis with accounts
This commit is contained in:
committed by
Eugen Rochko
parent
f464f98fd3
commit
123a343d11
@ -14,7 +14,7 @@ class REST::AccountSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def note
|
||||
Formatter.instance.simplified_format(object)
|
||||
Formatter.instance.simplified_format(object, custom_emojify: true)
|
||||
end
|
||||
|
||||
def url
|
||||
|
Reference in New Issue
Block a user