0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-06 18:13:27 +02:00

ensure that only root-level repos are displayed on org homepage

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-18 17:13:11 -04:00
parent df36c83b76
commit ac86ca28e4
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -132,6 +132,7 @@ func home(ctx *context.Context, viewRepositories bool) {
Mirror: mirror,
Template: template,
IsPrivate: private,
GroupID: -1,
})
if err != nil {
ctx.ServerError("SearchRepository", err)