summaryrefslogtreecommitdiffstats
path: root/routers/web/feed/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/feed/repo.go')
-rw-r--r--routers/web/feed/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/feed/repo.go b/routers/web/feed/repo.go
index 53fb8148e0..ac856195b9 100644
--- a/routers/web/feed/repo.go
+++ b/routers/web/feed/repo.go
@@ -18,7 +18,7 @@ import (
func ShowRepoFeed(ctx *context.Context, repo *repo_model.Repository, formatType string) {
actions, err := models.GetFeeds(ctx, models.GetFeedsOptions{
RequestedRepo: repo,
- Actor: ctx.User,
+ Actor: ctx.Doer,
IncludePrivate: true,
Date: ctx.FormString("date"),
})