1
0
Fork 0
forked from mirror/pixelfed

Merge pull request #4004 from pixelfed/staging

Update AP Inbox
This commit is contained in:
daniel 2022-12-24 05:27:52 -07:00 committed by GitHub
commit 08158a5fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(