1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-07 21:17:44 +03:00
This commit is contained in:
Lunny Xiao 2024-12-27 22:10:21 -08:00
parent c9c3e76446
commit 58a81cdab2
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -1306,9 +1306,7 @@ func CountCommentsBuilder(issueID int64) *builder.Builder {
}.And(builder.In("type",
CommentTypeComment,
CommentTypeReview,
)).And(builder.Neq{
"invalidated": true,
}))
)))
}
func UpdateIssueNumComments(ctx context.Context, issueID int64) error {