mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update UserDelete command
This commit is contained in:
parent
578efcb252
commit
9c83451831
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ class UserDelete extends Command
|
|||
$profile->save();
|
||||
$user->save();
|
||||
|
||||
DeleteAccountPipeline::dispatchNow($user);
|
||||
DeleteAccountPipeline::dispatch($user)->onQueue('high');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue