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.
1 parent 5813f01 commit eaf351eCopy full SHA for eaf351e
models/issues/comment_list.go
@@ -168,7 +168,7 @@ func (comments CommentList) loadOldMilestones(ctx context.Context) error {
168
169
func (comments CommentList) getAssigneeIDs() []int64 {
170
return container.FilterSlice(comments, func(comment *Comment) (int64, bool) {
171
- return comment.AssigneeID, comment.AssigneeID > 0 && comment.Assignee == nil
+ return comment.AssigneeID, comment.AssigneeID > 0
172
})
173
}
174
0 commit comments