Added "visible_in_picker" to required fields in Easy::emoji.

This commit is contained in:
tastytea 2019-04-16 19:51:34 +02:00
parent 4a3432e339
commit 275504a079
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ bool Emoji::valid() const
{{ {{
"shortcode", "shortcode",
"static_url", "static_url",
"url" "url",
"visible_in_picker"
}}; }};
return Entity::check_valid(attributes); return Entity::check_valid(attributes);