Update AP Inbox

pull/4005/head
Daniel Supernault 2022-12-24 05:31:49 -07:00
rodzic 18e3bacf49
commit 36b88901f3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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