@@ -420,7 +420,7 @@ class PostRepository
'reply_uid' => $comment->reply_uid,
'reply_username' => $comment->reply_username,
'target_id' => $comment->uid,
- 'action_id' => $post->id,
+ 'action_id' => $comment->id,
]);
}
return Response::create();