X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2f6ff0734773c4ac009de699a2661971fd585b22..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; }