Update AP transformer, fix typo

pull/966/head
Daniel Supernault 8 years ago
parent 66d525dde5
commit dfc851cc30
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save