Browse Source

Optimize participant-fetching

pull/2444/head
Kim Carlbäcker 9 years ago committed by Kim "BKC" Carlbäcker
parent
commit
f65dedc3be
  1. 1
      routers/repo/issue.go

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

Loading…
Cancel
Save