1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00

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([ $status = Status::firstOrCreate([
'profile_id' => $actor->id, 'profile_id' => $actor->id,
'in_reply_to_id' => $parent->id, 'reblog_of_id' => $parent->id,
'type' => 'reply' 'type' => 'reply'
]); ]);
Notification::firstOrCreate([ Notification::firstOrCreate([