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:
commit
32e04a4227
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue