فهرست منبع

Update AP Inbox

Daniel Supernault 2 سال پیش
والد
کامیت
36b88901f3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/Jobs/InboxPipeline/DeleteWorker.php

+ 2 - 2
app/Jobs/InboxPipeline/DeleteWorker.php

@@ -87,7 +87,7 @@ class DeleteWorker implements ShouldQueue
 						->whereRemoteUrl($actor)
 						->whereRemoteUrl($actor)
 						->first();
 						->first();
 					if($profile) {
 					if($profile) {
-						DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('delete');
+						DeleteRemoteProfilePipeline::dispatch($profile)->onQueue('inbox');
 					}
 					}
 					return 1;
 					return 1;
 				} else {
 				} else {
@@ -105,7 +105,7 @@ class DeleteWorker implements ShouldQueue
 		$profile = null;
 		$profile = null;
 
 
 		if($this->verifySignature($headers, $payload) == true) {
 		if($this->verifySignature($headers, $payload) == true) {
-			ActivityHandler::dispatch($headers, $profile, $payload)->onQueue('delete');
+			ActivityHandler::dispatch($headers, $profile, $payload)->onQueue('inbox');
 			return 1;
 			return 1;
 		} else {
 		} else {
 			return 1;
 			return 1;