api: `api_status_show()
` returns correct post id
This commit is contained in:
parent
7f36a6fcbd
commit
cccdb2e5e7
|
@ -649,7 +649,7 @@
|
|||
'created_at' => api_date($lastwall['created']),
|
||||
'in_reply_to_status_id' => $in_reply_to_status_id,
|
||||
'source' => (($lastwall['app']) ? $lastwall['app'] : 'web'),
|
||||
'id' => $lastwall['contact-id'],
|
||||
'id' => $lastwall['id'],
|
||||
'in_reply_to_user_id' => $in_reply_to_user_id,
|
||||
'in_reply_to_screen_name' => $in_reply_to_screen_name,
|
||||
'geo' => '',
|
||||
|
|
Loading…
Reference in a new issue