mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update SharePipeline, fix variable bug
This commit is contained in:
parent
0616a859d5
commit
b8ebc00212
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class SharePipeline implements ShouldQueue
|
|||
|
||||
$parent->reblogs_count = $parent->shares()->count();
|
||||
$parent->save();
|
||||
StatusService::del($parent);
|
||||
StatusService::del($parent->id);
|
||||
|
||||
try {
|
||||
$notification = new Notification;
|
||||
|
|
Loading…
Reference in a new issue