mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update inbox
This commit is contained in:
parent
5f0922d88c
commit
b396a054d1
1 changed files with 1 additions and 1 deletions
|
@ -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([
|
||||
|
|
Loading…
Reference in a new issue