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

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:44:13 -04:00
parent df36c83b76
commit ac86ca28e4
+1
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)