Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore error when retrieving changed PR review files (go-gitea#21487)
When a PR reviewer reviewed a file on a commit that was later gc'ed, they would always get a `500` response from then on when loading the PR. This PR simply ignores that error and instead marks all files as unchanged. This approach was chosen as the only feasible option without diving into **a lot** of error handling. Fixes go-gitea#21392 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
- Loading branch information