Added "emojis" to required fields in Easy::Account.

This commit is contained in:
tastytea 2019-04-14 19:57:07 +02:00
parent 5bcbf55274
commit 64d4c65668
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ bool Account::valid() const
"avatar", "avatar",
"avatar_static", "avatar_static",
"header", "header",
"header_static" "header_static",
"emojis"
}}; }};
return Entity::check_valid(attributes); return Entity::check_valid(attributes);