mirror of
https://github.com/flarum/core.git
synced 2025-07-22 01:01:28 +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]);
|
->update(['is_read' => true]);
|
||||||
|
|
||||||
|
$notification->is_read = true;
|
||||||
|
|
||||||
return $notification;
|
return $notification;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user