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

Update inbox
This commit is contained in:
daniel 2018-12-24 23:58:16 -07:00 committed by GitHub
commit 41536f7346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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([