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',
'actor' => $status->profile->permalink(),
'object' => [
'id' => $status->permalink()
'type' => 'Tombstone',
'id' => $status->permalink(),
'type' => 'Tombstone'
]
}