This commit is contained in:
Gusted 2022-08-22 19:50:47 +02:00
parent 2373b4177a
commit 45324e169f
No known key found for this signature in database
GPG Key ID: FD821B732837125F
1 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,8 @@ func PersonOutbox(ctx *context.APIContext) {
}
}
// TODO: Remove this code and implement an ActionStarRepo type, so `GetFeeds`
// can handle this with correct pagination and ordering.
stars, err := repo_model.GetStarredRepos(ctx.ContextUser.ID, false, db.ListOptions{Page: 1, PageSize: 1000000})
if err != nil {
ctx.ServerError("Couldn't fetch stars", err)