MastoAPI: Add categories to custom emojis
Note: This isn’t in a release yet, can be seen in mastofe on the rebase/glitch-soc branch.
This commit is contained in:
parent
b972b972e0
commit
252e129b1e
3 changed files with 5 additions and 1 deletions
|
|
@ -2958,6 +2958,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
|
|||
assert Map.has_key?(emoji, "static_url")
|
||||
assert Map.has_key?(emoji, "tags")
|
||||
assert is_list(emoji["tags"])
|
||||
assert Map.has_key?(emoji, "category")
|
||||
assert Map.has_key?(emoji, "url")
|
||||
assert Map.has_key?(emoji, "visible_in_picker")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue