]> source.dussan.org Git - gitea.git/commit
Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160)
author6543 <6543@obermui.de>
Tue, 13 Feb 2024 22:29:33 +0000 (23:29 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 22:29:33 +0000 (23:29 +0100)
commit0ac3186267b717bce7076ef44f883df7720d7a2d
treebe79382ff2095f1ffed8c0e641d273f128815d70
parent732d511e0476ffd1082dafc6cccf0297e58a01bb
Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160)

Backport #28551

RequestReview get deleted on review.
So we don't have to try to load them on comments.
models/issues/comment.go
models/issues/comment_list.go
models/issues/review.go