Browse Source

removed additinal empty string

Haijo7 3 years ago
parent
commit
42958900a0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mastoapi.c

+ 0 - 2
mastoapi.c

@@ -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;
 }