Skip to content

Commit 92ae573

Browse files
committed
update comments
1 parent 5f2417b commit 92ae573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ func ViewIssue(ctx *context.Context) {
16251625
_ = comment.LoadTime()
16261626
} else if comment.Type == issues_model.CommentTypeClose {
16271627
// record ID of latest closed comment.
1628-
// if PR is closed, the comments after it won't be rendered.
1628+
// if PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered.
16291629
latestCloseCommentID = comment.ID
16301630
}
16311631
}

0 commit comments

Comments
 (0)