mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00: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
|
||||
}
|
||||
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.
|
||||
var comment *issues_model.Comment
|
||||
|
|
Loading…
Reference in a new issue