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

Update AP Inbox
pull/1005/head
daniel 2019-03-08 21:04:25 -07:00 zatwierdzone przez GitHub
commit 01d6f5d9c4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -205,7 +205,7 @@ class Inbox
'type' => 'Accept',
'actor' => $target->permalink(),
'object' => [
'id' => $actor->permalink('#follows/'.$target->id),
'id' => $this->payload['id'],
'type' => 'Follow',
'actor' => $actor->permalink(),
'object' => $target->permalink()