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

Update inbox
pull/676/head
daniel 2018-12-24 23:58:16 -07:00 zatwierdzone przez GitHub
commit 41536f7346
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

@ -248,7 +248,7 @@ class Inbox
}
$status = Status::firstOrCreate([
'profile_id' => $actor->id,
'in_reply_to_id' => $parent->id,
'reblog_of_id' => $parent->id,
'type' => 'reply'
]);
Notification::firstOrCreate([