pull/6539/head
Daniel Supernault 4 weeks ago
parent 273efe88c1
commit b969c5acd0
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -244,10 +244,8 @@ class UserAccountDelete extends Command
'id' => $actorId.'#delete-'.time(),
'type' => 'Delete',
'actor' => $actorId,
'object' => [
'id' => $actorId,
'type' => 'Person',
],
'to' => ['https://www.w3.org/ns/activitystreams#Public'],
'object' => $actorId,
];
}

Loading…
Cancel
Save