master
ByteList 2019-02-01 11:35:13 +01:00
parent ba060a5e27
commit 0c75c13193
2 changed files with 2 additions and 1 deletions

View File

@ -866,6 +866,7 @@ func GetFeeds(opts GetFeedsOptions) ([]*Action, error) {
}
cond = cond.And(builder.In("repo_id", repoIDs))
fmt.Println("repoIDs: ", repoIDs)
}
cond = cond.And(builder.Eq{"user_id": opts.RequestedUser.ID})

View File

@ -88,7 +88,7 @@ func retrieveFeeds(ctx *context.Context, options models.GetFeedsOptions) {
}
ctx.Data["Feeds"] = actions
fmt.Println("Repos: ", ctx.Data["Repos"])
fmt.Println("Feeds: ", ctx.Data["Feeds"])
}
// Dashboard render the dashborad page