Add visible_in_picker to status emojis
This commit is contained in:
parent
da3f930543
commit
39aed5348a
@ -117,7 +117,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
||||
HtmlSanitizeEx.strip_tags(url)
|
||||
|> MediaProxy.url()
|
||||
|
||||
%{shortcode: name, url: url, static_url: url}
|
||||
%{shortcode: name, url: url, static_url: url, visible_in_picker: false}
|
||||
end)
|
||||
|
||||
%{
|
||||
|
Loading…
Reference in New Issue
Block a user