diff options
author | crohr <cyril.rohr@gmail.com> | 2015-07-14 15:09:08 +0000 |
---|---|---|
committer | crohr <cyril.rohr@gmail.com> | 2015-07-14 15:09:08 +0000 |
commit | cbce2ec9cf74a96b15bbd1a5463957921465a980 (patch) | |
tree | 48f08facd06aa9910c98cdcada1a73d8d308775c /routers/repo/issue.go | |
parent | b8e9c600409683b0f5eb10b637de003ce23b7796 (diff) | |
parent | ec774d48c58f83b599ac210d6def718187806ecd (diff) |
Merge remote-tracking branch 'origin/master' into pkgr
Diffstat (limited to 'routers/repo/issue.go')
-rw-r--r-- | routers/repo/issue.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index 294d3d28..6e88f19e 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -853,6 +853,7 @@ func Comment(ctx *middleware.Context) { RepoID: ctx.Repo.Repository.Id, RepoUserName: ctx.Repo.Owner.LowerName, RepoName: ctx.Repo.Repository.LowerName, + IsPrivate: ctx.Repo.Repository.IsPrivate, } if err = models.NotifyWatchers(act); err != nil { send(500, nil, err) |