comment : send notification only to project managers

This commit is contained in:
isUnknown 2024-11-11 13:54:54 +01:00
parent 4f60dc91d3
commit 14321b1e8d
8 changed files with 41 additions and 137 deletions

View file

@ -40,7 +40,7 @@ return [
'comments' => $comments
]);
$user->sendNotification($newReply);
$user->sendNotification($page->parent()->uri(), $newReply->toArray());
return getFileData($newFile);
}