mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 21:11:26 +00:00
Merge pull request #670 from pixelfed/frontend-ui-refactor
Update inbox
This commit is contained in:
commit
41536f7346
1 changed files with 1 additions and 1 deletions
|
@ -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([
|
||||||
|
|
Loading…
Reference in a new issue