Update SharePipeline, fix variable bug

pull/3039/head
Daniel Supernault 3 years ago
parent 0616a859d5
commit b8ebc00212
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save