mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
removed additinal empty string
This commit is contained in:
parent
564b5b1161
commit
42958900a0
1 changed files with 0 additions and 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, "emojis", eml);
|
||||||
}
|
}
|
||||||
|
|
||||||
acct = xs_dict_append(acct, "header", "");
|
|
||||||
|
|
||||||
return acct;
|
return acct;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue