forked from mirror/pixelfed
Update DeleteNote transformer
This commit is contained in:
parent
11b4c8dd3a
commit
490ab045ef
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class DeleteNote extends Fractal\TransformerAbstract
|
|||
'type' => 'Delete',
|
||||
'actor' => $status->profile->permalink(),
|
||||
'object' => [
|
||||
'id' => $status->permalink(),
|
||||
'id' => $status->url(),
|
||||
'type' => 'Tombstone'
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue