mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update FanoutDeletePipeline, fix AP object
This commit is contained in:
parent
7a431af93a
commit
0d802c313b
1 changed files with 3 additions and 3 deletions
|
@ -53,10 +53,10 @@ class FanoutDeletePipeline implements ShouldQueue
|
||||||
"id" => $profile->permalink('#delete'),
|
"id" => $profile->permalink('#delete'),
|
||||||
"type" => "Delete",
|
"type" => "Delete",
|
||||||
"actor" => $profile->permalink(),
|
"actor" => $profile->permalink(),
|
||||||
"to" => [
|
"object" => [
|
||||||
"https://www.w3.org/ns/activitystreams#Public",
|
"type" => "Person",
|
||||||
|
"id" => $profile->permalink()
|
||||||
],
|
],
|
||||||
"object" => $profile->permalink(),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
$payload = json_encode($activity);
|
$payload = json_encode($activity);
|
||||||
|
|
Loading…
Reference in a new issue