1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-31 03:13:04 +00:00

Merge pull request #966 from pixelfed/frontend-ui-refactor

Update AP transformer, fix typo
This commit is contained in:
daniel 2019-03-05 18:14:30 -07:00 committed by GitHub
commit 32e04a4227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@ class DeleteNote extends Fractal\TransformerAbstract
'type' => 'Delete', 'type' => 'Delete',
'actor' => $status->profile->permalink(), 'actor' => $status->profile->permalink(),
'object' => [ 'object' => [
'id' => $status->permalink() 'id' => $status->permalink(),
'type' => 'Tombstone', 'type' => 'Tombstone'
] ]
} }