mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Added the missing field "header" to mastodon acoount.
This commit is contained in:
parent
11ab582ccd
commit
ec1ee8a137
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user