Skip to content
Snippets Groups Projects
Unverified Commit b143694b authored by Haelwenn's avatar Haelwenn
Browse files

lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: set visible_in_picker...

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: pleroma/pleroma#177
Closes: pleroma/mastofe#16
parent 9d054d30
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
%{
"shortcode" => shortcode,
"static_url" => url,
"visible_in_picker" => true,
"url" => url
}
end)
......
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