mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-30 09:41:11 -05:00
Revert "fix GET /{username}/{reponame}/{type:issues|pulls}/{index}/content-history/detail"
This reverts commit 5ef4992fd7
.
This commit is contained in:
parent
15cc486204
commit
d7f5ff0782
1 changed files with 0 additions and 4 deletions
|
@ -125,10 +125,6 @@ func GetContentHistoryDetail(ctx *context.Context) {
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if history.IssueID != issue.ID {
|
|
||||||
ctx.NotFound("CompareRepoID", issues_model.ErrCommentNotExist{})
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// get the related comment if this history revision is for a comment, otherwise the history revision is for an issue.
|
// get the related comment if this history revision is for a comment, otherwise the history revision is for an issue.
|
||||||
var comment *issues_model.Comment
|
var comment *issues_model.Comment
|
||||||
|
|
Loading…
Reference in a new issue