mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	Fix order of comments (#2835)
This commit is contained in:
		
							parent
							
								
									2e08f230ca
								
							
						
					
					
						commit
						95637e046f
					
				| @ -611,6 +611,7 @@ func findComments(e Engine, opts FindCommentsOptions) ([]*Comment, error) { | ||||
| 	} | ||||
| 	return comments, sess. | ||||
| 		Asc("comment.created_unix"). | ||||
| 		Asc("comment.id"). | ||||
| 		Find(&comments) | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user