mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 21:13:16 +00:00
Update AP Inbox
This commit is contained in:
parent
55d4388b63
commit
18e3bacf49
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