mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
Merge pull request #3038 from pixelfed/staging
Update CommentPipeline, fix variable bug
This commit is contained in:
commit
bb243222e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue