diff options
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -581,6 +581,8 @@ xs_dict *mastoapi_account(const xs_dict *actor) | |||
| 581 | acct = xs_dict_append(acct, "emojis", eml); | 581 | acct = xs_dict_append(acct, "emojis", eml); |
| 582 | } | 582 | } |
| 583 | 583 | ||
| 584 | acct = xs_dict_append(acct, "header", ""); | ||
| 585 | |||
| 584 | return acct; | 586 | return acct; |
| 585 | } | 587 | } |
| 586 | 588 | ||