Browse Source

Update AP Inbox

Daniel Supernault 2 years ago
parent
commit
18e3bacf49
1 changed files with 1 additions and 1 deletions
  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(