mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Update local copy of notification when marking as read
This commit is contained in:
@@ -38,6 +38,8 @@ class ReadNotificationHandler
|
||||
])
|
||||
->update(['is_read' => true]);
|
||||
|
||||
$notification->is_read = true;
|
||||
|
||||
return $notification;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user