forked from mirror/pixelfed
commit
08158a5fb3
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ class Inbox
|
||||||
if(!$profile || $profile->private_key != null) {
|
if(!$profile || $profile->private_key != null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('delete');
|
DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('inbox');
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
if(!isset(
|
if(!isset(
|
||||||
|
|
Loading…
Reference in a new issue