forked from AkkomaGang/akkoma
Merge branch 'fix/emoji-picker' into 'develop'
set visible_in_picker to true in custom_emojis Closes #177 and mastofe#16 See merge request pleroma/pleroma!188
This commit is contained in:
commit
f9719b064c
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ defp mastodonized_emoji do
|
|||
%{
|
||||
"shortcode" => shortcode,
|
||||
"static_url" => url,
|
||||
"visible_in_picker" => true,
|
||||
"url" => url
|
||||
}
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue