From 9b164e0724c8bd67a475e4534a49eeb5aef9fa53 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 21 Jul 2025 08:44:21 -0700 Subject: [PATCH] Fix comment --- services/issue/comments.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/issue/comments.go b/services/issue/comments.go index 611e3ed4c3b..b9213a10fa4 100644 --- a/services/issue/comments.go +++ b/services/issue/comments.go @@ -146,7 +146,6 @@ func deleteComment(ctx context.Context, comment *issues_model.Comment, removeAtt } if removeAttachments { - // mark comment attachments as deleted return repo_model.DeleteAttachments(ctx, comment.Attachments) } return nil, nil