Merge pull request #6539 from pixelfed/staging

Lint
pull/6555/head
dansup 2 months ago committed by GitHub
commit 2bcbfd859b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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