Update FanoutDeletePipeline, fix AP object

pull/4544/head
Daniel Supernault 2 years ago
parent 7a431af93a
commit 0d802c313b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -53,10 +53,10 @@ class FanoutDeletePipeline implements ShouldQueue
"id" => $profile->permalink('#delete'),
"type" => "Delete",
"actor" => $profile->permalink(),
"to" => [
"https://www.w3.org/ns/activitystreams#Public",
"object" => [
"type" => "Person",
"id" => $profile->permalink()
],
"object" => $profile->permalink(),
];
$payload = json_encode($activity);

Loading…
Cancel
Save