Преглед изворни кода

Added the missing field "header" to mastodon acoount.

default пре 3 година
родитељ
комит
ec1ee8a137
1 измењених фајлова са 2 додато и 0 уклоњено
  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, "header", "");
+
     return acct;
 }