mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AP transformer, fix typo
This commit is contained in:
parent
66d525dde5
commit
dfc851cc30
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue