Explorar el Código

Optimize participant-fetching

Kim Carlbäcker hace 9 años
padre
commit
f65dedc3be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      routers/repo/issue.go

+ 1 - 0
routers/repo/issue.go

@@ -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 {