Explorar o código

Merge pull request #4004 from pixelfed/staging

Update AP Inbox
daniel %!s(int64=2) %!d(string=hai) anos
pai
achega
08158a5fb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

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