Read child of status

FossilOrigin-Name: 2e5ca70d2a81d2d89f4edfd569d0b2c82bd1f059956bf32d5a0f91c6019d88fe
This commit is contained in:
nekobit 2022-05-12 23:39:39 +00:00
parent 12b4ffc4f8
commit fd07472dbc

View file

@ -98,7 +98,7 @@ int mstdnt_status_json(struct mstdnt_status* status, cJSON* js)
int mstdnt_status_json_callback(cJSON* json, void* status)
{
return mstdnt_status_json((struct mstdnt_status*)status, json);
return mstdnt_status_json((struct mstdnt_status*)status, json->child);
}
// GENERATE mstdnt_statuses_json