mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:31:53 +01:00 
			
		
		
		
	fix regression of 15139 (#15164)
This commit is contained in:
		
							parent
							
								
									b68eb54f95
								
							
						
					
					
						commit
						dc56fb7c84
					
				| @ -96,7 +96,7 @@ func ToPullReviewCommentList(review *models.Review, doer *models.User) ([]*api.P | |||||||
| 					ID:           comment.ID, | 					ID:           comment.ID, | ||||||
| 					Body:         comment.Content, | 					Body:         comment.Content, | ||||||
| 					Reviewer:     ToUser(comment.Poster, doer != nil, auth), | 					Reviewer:     ToUser(comment.Poster, doer != nil, auth), | ||||||
| 					ReviewID:     comment.PosterID, | 					ReviewID:     review.ID, | ||||||
| 					Created:      comment.CreatedUnix.AsTime(), | 					Created:      comment.CreatedUnix.AsTime(), | ||||||
| 					Updated:      comment.UpdatedUnix.AsTime(), | 					Updated:      comment.UpdatedUnix.AsTime(), | ||||||
| 					Path:         comment.TreePath, | 					Path:         comment.TreePath, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user