diff options
author | Haijo7 <haijo7@protonmail.com> | 2023-06-12 19:01:38 +0200 |
---|---|---|
committer | Haijo7 <haijo7@protonmail.com> | 2023-06-12 19:01:38 +0200 |
commit | 42958900a04287242ed7a765e3ff337106075cdf (patch) | |
tree | 093d98596c9065b49da161ff27caa20ec9caa73e | |
parent | 564b5b1161adaab9170f52535e2dfa17edc2a18c (diff) |
removed additinal empty string
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -586,8 +586,6 @@ xs_dict *mastoapi_account(const xs_dict *actor) acct = xs_dict_append(acct, "emojis", eml); } - acct = xs_dict_append(acct, "header", ""); - return acct; } |