Merge pull request #6669 from pixelfed/shleeable-patch-2

remove dead code?
pull/6697/head
dansup 1 month ago committed by GitHub
commit bdea28479c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ class DeleteCommentPipeline implements ShouldQueue
{
$groupId = $this->status->group_id;
$postId = $this->status->id;
if($this->status->)
$parent = $this->parent;
$parent->reply_count = GroupComment::whereStatusId($parent->id)->count();
$parent->save();

Loading…
Cancel
Save