This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Optimize participant-fetching
for-closed-social
Kim Carlbäcker
8 years ago
committed by
Kim "BKC" Carlbäcker
parent
b921161666
commit
f65dedc3be
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
routers/repo/issue.go
+ 1
- 0
routers/repo/issue.go
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
{
Write
Preview
Loading…
Cancel
Save