Merge pull request #3038 from pixelfed/staging

Update CommentPipeline, fix variable bug
This commit is contained in:
daniel 2021-12-14 21:09:54 -07:00 committed by GitHub
commit bb243222e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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