diff options
Diffstat (limited to 'routers/home.go')
-rw-r--r-- | routers/home.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/home.go b/routers/home.go index afcb3d35e5..cf957c1215 100644 --- a/routers/home.go +++ b/routers/home.go @@ -120,7 +120,6 @@ func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) { Private: opts.Private, Keyword: keyword, OwnerID: opts.OwnerID, - Searcher: ctx.User, Collaborate: true, AllPublic: true, }) |