mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Backport #33585 by @lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -80,7 +80,7 @@ type DiffLine struct { | ||||
| 	Match       int | ||||
| 	Type        DiffLineType | ||||
| 	Content     string | ||||
| 	Comments    []*issues_model.Comment | ||||
| 	Comments    issues_model.CommentList | ||||
| 	SectionInfo *DiffLineSectionInfo | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user