diff options
| -rw-r--r-- | mastoapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -675,6 +675,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 675 | acct = xs_dict_append(acct, "created_at", xs_dict_get(snac1.config, "published")); | 675 | acct = xs_dict_append(acct, "created_at", xs_dict_get(snac1.config, "published")); |
| 676 | acct = xs_dict_append(acct, "note", xs_dict_get(snac1.config, "bio")); | 676 | acct = xs_dict_append(acct, "note", xs_dict_get(snac1.config, "bio")); |
| 677 | acct = xs_dict_append(acct, "url", snac1.actor); | 677 | acct = xs_dict_append(acct, "url", snac1.actor); |
| 678 | acct = xs_dict_append(acct, "header", ""); | ||
| 678 | 679 | ||
| 679 | xs *avatar = NULL; | 680 | xs *avatar = NULL; |
| 680 | char *av = xs_dict_get(snac1.config, "avatar"); | 681 | char *av = xs_dict_get(snac1.config, "avatar"); |