Added the missing field "header" to mastodon acoount.

This commit is contained in:
default 2023-05-27 13:43:50 +02:00
parent 11ab582ccd
commit ec1ee8a137

View File

@ -581,6 +581,8 @@ xs_dict *mastoapi_account(const xs_dict *actor)
acct = xs_dict_append(acct, "emojis", eml);
}
acct = xs_dict_append(acct, "header", "");
return acct;
}