Merge pull request #3038 from pixelfed/staging

Update CommentPipeline, fix variable bug
pull/3015/head^2
daniel 3 years ago committed by GitHub
commit bb243222e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ class CommentPipeline implements ShouldQueue
NotificationService::setNotification($notification);
NotificationService::set($notification->profile_id, $notification->id);
StatusService::del($status->id);
StatusService::del($comment->id);
});
}
}

Loading…
Cancel
Save