0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-05 10:48:41 +02:00

Optimize participant-fetching

This commit is contained in:
Kim Carlbäcker 2016-01-20 16:16:39 +01:00 committed by Kim "BKC" Carlbäcker
parent b921161666
commit f65dedc3be

View file

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