mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Optimize participant-fetching
This commit is contained in:
		
				
					committed by
					
						 Kim "BKC" Carlbäcker
						Kim "BKC" Carlbäcker
					
				
			
			
				
	
			
			
			
						parent
						
							b921161666
						
					
				
				
					commit
					f65dedc3be
				
			| @@ -623,6 +623,7 @@ func ViewIssue(ctx *middleware.Context) { | ||||
| 			for j := range participants { | ||||
| 				if comment.Poster == participants[j] { | ||||
| 					already_added = true | ||||
| 					break | ||||
| 				} | ||||
| 			} | ||||
| 			if !already_added { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user