read read notification in front end working
This commit is contained in:
parent
fe56312f20
commit
583daa1759
6 changed files with 35 additions and 57 deletions
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
return function ($projectUri, $notificationData) {
|
||||
$notificationData['isRead'] = false;
|
||||
$recipients = page($projectUri)->managers()->toUsers()->not($this);
|
||||
|
||||
if (!$recipients) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue