lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: set visible_in_picker to true in custom_emojis
Fixes: https://github.com/ilianaw/emojos.in/issues/4 Closes: https://git.pleroma.social/pleroma/pleroma/issues/177 Closes: https://git.pleroma.social/pleroma/mastofe/issues/16
This commit is contained in:
parent
9d054d30bc
commit
b143694b98
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ defp mastodonized_emoji do
|
|||
%{
|
||||
"shortcode" => shortcode,
|
||||
"static_url" => url,
|
||||
"visible_in_picker" => true,
|
||||
"url" => url
|
||||
}
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue