summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 6403e06..dc8320d 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -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