forked from AkkomaGang/akkoma
Add visible_in_picker to status emojis
This commit is contained in:
parent
da3f930543
commit
39aed5348a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def render("status.json", %{activity: %{data: %{"object" => object}} = activity}
|
|||
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 a new issue