read comment working

This commit is contained in:
isUnknown 2024-11-18 09:36:15 +01:00
parent 583daa1759
commit 39fc379541
12 changed files with 125 additions and 78 deletions

View file

@ -38,7 +38,7 @@ return [
echo json_encode(getFileData($newFile));
kirby()->user()->deleteNotification($page, $data->id);
kirby()->user()->deleteNotification($page->managers()->toUsers(), $data->id);
exit;
}