complete story 4.7 with qa tests
This commit is contained in:
@@ -46,7 +46,9 @@ new class extends Component {
|
||||
'update_text' => clean($this->updateText),
|
||||
]);
|
||||
|
||||
$this->timeline->user->notify(new TimelineUpdateNotification($update));
|
||||
if ($this->timeline->user->isActive()) {
|
||||
$this->timeline->user->notify(new TimelineUpdateNotification($update));
|
||||
}
|
||||
|
||||
AdminLog::create([
|
||||
'admin_id' => auth()->id(),
|
||||
|
||||
Reference in New Issue
Block a user