diff options
Diffstat (limited to 'routers/web/user')
-rw-r--r-- | routers/web/user/home.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/routers/web/user/home.go b/routers/web/user/home.go index 455761d039..297d76d4aa 100644 --- a/routers/web/user/home.go +++ b/routers/web/user/home.go @@ -170,8 +170,9 @@ func Milestones(ctx *context.Context) { Actor: ctxUser, OwnerID: ctxUser.ID, Private: true, - AllPublic: false, // Include also all public repositories of users and public organisations - AllLimited: false, // Include also all public repositories of limited organisations + AllPublic: false, // Include also all public repositories of users and public organisations + AllLimited: false, // Include also all public repositories of limited organisations + Archived: util.OptionalBoolFalse, HasMilestones: util.OptionalBoolTrue, // Just needs display repos has milestones } |