Update AP transformer, fix typo

This commit is contained in:
Daniel Supernault 2019-03-05 18:13:57 -07:00
parent 66d525dde5
commit dfc851cc30
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

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'
]
}