mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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->reblogs_count = $parent->shares()->count();
|
||||||
$parent->save();
|
$parent->save();
|
||||||
StatusService::del($parent);
|
StatusService::del($parent->id);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$notification = new Notification;
|
$notification = new Notification;
|
||||||
|
|
Loading…
Reference in a new issue