mirror of
https://codeberg.org/grunfink/snac2.git
synced 2025-01-12 17:13:39 +00:00
Added the missing field "header" to mastodon acoount.
This commit is contained in:
parent
11ab582ccd
commit
ec1ee8a137
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue