Update inbox

This commit is contained in:
Daniel Supernault 2018-12-24 23:57:36 -07:00
parent 5f0922d88c
commit b396a054d1
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

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