Merge pull request #966 from pixelfed/frontend-ui-refactor

Update AP transformer, fix typo
pull/1005/head
daniel 2019-03-05 18:14:30 -07:00 zatwierdzone przez GitHub
commit 32e04a4227
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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'
]
}