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 5f2417b commit 92ae573Copy full SHA for 92ae573
routers/web/repo/issue.go
@@ -1625,7 +1625,7 @@ func ViewIssue(ctx *context.Context) {
1625
_ = comment.LoadTime()
1626
} else if comment.Type == issues_model.CommentTypeClose {
1627
// record ID of latest closed comment.
1628
- // if PR is closed, the comments after it won't be rendered.
+ // if PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered.
1629
latestCloseCommentID = comment.ID
1630
}
1631
0 commit comments