1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00

Update SharePipeline, fix variable bug

This commit is contained in:
Daniel Supernault 2021-12-14 21:13:30 -07:00
parent 0616a859d5
commit b8ebc00212
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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;