mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 15:54:10 +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…
x
Reference in New Issue
Block a user