We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fac6ef5 + a04cca5 commit cde0db0Copy full SHA for cde0db0
models/issues/comment.go
@@ -207,7 +207,6 @@ func (t CommentType) CountedAsConversation() bool {
207
}
208
209
// 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
211
func ConversationCountedCommentType() []CommentType {
212
return []CommentType{CommentTypeComment, CommentTypeReview}
213
0 commit comments