chore: update CI4 to v4.6.4 + php and js packages to latest

This commit is contained in:
Yassine Doghri 2025-12-20 18:48:44 +00:00
commit 133e308603
36 changed files with 2015 additions and 1476 deletions

View file

@ -91,7 +91,7 @@ class NotificationController extends BaseController
public function markAllAsRead(): RedirectResponse
{
$notifications = (new NotificationModel())->where('target_actor_id', $this->podcast->actor_id)
->where('read_at', null)
->where('read_at')
->findAll();
foreach ($notifications as $notification) {