Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix condition for is_internal (go-gitea#22095) (go-gitea#22131)
Backport of go-gitea#22095 I changed it to a static condition because it needs a new version of xorm which is only available in 1.19. This change is valid because `SearchLatestVersions` is never called to list internal versions and there will no change to this behaviour in <1.19. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
- Loading branch information