fix: channels
feat: database backup is realtime now
This commit is contained in:
@@ -21,7 +21,7 @@ class Heading extends Component
|
||||
{
|
||||
$userId = auth()->user()->id;
|
||||
return [
|
||||
"echo-private:custom.{$userId},DatabaseStatusChanged" => 'activityFinished',
|
||||
"echo-private:user.{$userId},DatabaseStatusChanged" => 'activityFinished',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user