mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 19:53:16 +08:00
Update local copy of notification when marking as read
This commit is contained in:
parent
858feb5ac0
commit
273461040c
|
@ -38,6 +38,8 @@ class ReadNotificationHandler
|
|||
])
|
||||
->update(['is_read' => true]);
|
||||
|
||||
$notification->is_read = true;
|
||||
|
||||
return $notification;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user