Tagging now is a comment

This commit is contained in:
Michael 2018-06-28 04:37:58 +00:00
parent bfe4842402
commit dec1eaa2e8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ EOT;
$arr['contact-id'] = $contact['id']; $arr['contact-id'] = $contact['id'];
$arr['type'] = 'activity'; $arr['type'] = 'activity';
$arr['wall'] = $item['wall']; $arr['wall'] = $item['wall'];
$arr['gravity'] = GRAVITY_ACTIVITY; $arr['gravity'] = GRAVITY_COMMENT;
$arr['parent'] = $item['id']; $arr['parent'] = $item['id'];
$arr['parent-uri'] = $item['uri']; $arr['parent-uri'] = $item['uri'];
$arr['owner-name'] = $item['author-name']; $arr['owner-name'] = $item['author-name'];