1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 01:27:20 +00:00

Performance optimization for pull request files loading comments attachments (#33585)

This commit is contained in:
Lunny Xiao
2025-02-13 22:49:58 -08:00
committed by GitHub
parent b426e383fe
commit f232d8f530
3 changed files with 11 additions and 9 deletions

View File

@ -80,7 +80,7 @@ type DiffLine struct {
Match int
Type DiffLineType
Content string
Comments []*issues_model.Comment
Comments issues_model.CommentList
SectionInfo *DiffLineSectionInfo
}