mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 06:51:27 +00:00
Merge pull request #968 from pixelfed/frontend-ui-refactor
Update DeleteNote transformer
This commit is contained in:
commit
aa5eff44f8
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class DeleteNote extends Fractal\TransformerAbstract
|
||||||
'type' => 'Delete',
|
'type' => 'Delete',
|
||||||
'actor' => $status->profile->permalink(),
|
'actor' => $status->profile->permalink(),
|
||||||
'object' => [
|
'object' => [
|
||||||
'id' => $status->permalink(),
|
'id' => $status->url(),
|
||||||
'type' => 'Tombstone'
|
'type' => 'Tombstone'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue