[API] Ensures user_show includes a status the user actually authored

This commit is contained in:
Hypolite Petovan 2019-05-27 11:01:13 -04:00
parent f225752f8a
commit 661aca0f88
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ function api_status_show($type, $item_id)
function api_get_last_status($ownerId, $uid)
{
$condition = [
'owner-id' => $ownerId,
'author-id'=> $ownerId,
'uid' => $uid,
'gravity' => [GRAVITY_PARENT, GRAVITY_COMMENT],
'private' => false