Skip to content

Commit cde0db0

Browse files
committed
Merge branch 'lunny/fix_issue_comment_num' of github.com:lunny/gitea into lunny/fix_issue_comment_num
2 parents fac6ef5 + a04cca5 commit cde0db0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/issues/comment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ func (t CommentType) CountedAsConversation() bool {
207207
}
208208

209209
// ConversationCountedCommentType returns the comment types that are counted as a conversation
210-
// The returned types are []any rather than []CommentType to allow for easy use as xorm args
211210
func ConversationCountedCommentType() []CommentType {
212211
return []CommentType{CommentTypeComment, CommentTypeReview}
213212
}

0 commit comments

Comments
 (0)