Skip to content

Commit eaf351e

Browse files
committed
Revert some change
1 parent 5813f01 commit eaf351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issues/comment_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func (comments CommentList) loadOldMilestones(ctx context.Context) error {
168168

169169
func (comments CommentList) getAssigneeIDs() []int64 {
170170
return container.FilterSlice(comments, func(comment *Comment) (int64, bool) {
171-
return comment.AssigneeID, comment.AssigneeID > 0 && comment.Assignee == nil
171+
return comment.AssigneeID, comment.AssigneeID > 0
172172
})
173173
}
174174

0 commit comments

Comments
 (0)