Browse Source

Added the missing field "header" to mastodon acoount.

default 3 năm trước cách đây
mục cha
commit
ec1ee8a137
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      mastoapi.c

+ 2 - 0
mastoapi.c

@@ -581,6 +581,8 @@ 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;
 }
 }