fix Reply php class

This commit is contained in:
isUnknown 2024-10-30 09:56:16 +01:00
parent f5ffe312e2
commit 14f409abec
3 changed files with 14 additions and 144 deletions

View file

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