mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 21:11:26 +00:00
commit
08158a5fb3
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ class Inbox
|
|||
if(!$profile || $profile->private_key != null) {
|
||||
return;
|
||||
}
|
||||
DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('delete');
|
||||
DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('inbox');
|
||||
return;
|
||||
} else {
|
||||
if(!isset(
|
||||
|
|
Loading…
Reference in a new issue