kopia lustrzana https://github.com/pixelfed/pixelfed
Update AP transformer, fix typo
rodzic
66d525dde5
commit
dfc851cc30
|
@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue