Read child of status
FossilOrigin-Name: 2e5ca70d2a81d2d89f4edfd569d0b2c82bd1f059956bf32d5a0f91c6019d88fe
This commit is contained in:
parent
12b4ffc4f8
commit
fd07472dbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue