X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/413cac23aee584b0831f3e3fba79e91ee6fac7cf..refs/pull/2515/head:/app/Actions/CommentRepo.php diff --git a/app/Actions/CommentRepo.php b/app/Actions/CommentRepo.php index 4dfe3ddb6..13a83e7fd 100644 --- a/app/Actions/CommentRepo.php +++ b/app/Actions/CommentRepo.php @@ -1,7 +1,8 @@ parent_id = $parent_id; $entity->comments()->save($comment); + ActivityService::addForEntity($entity, ActivityType::COMMENTED_ON); return $comment; }