This commit is contained in:
2019-02-01 11:35:13 +01:00
parent ba060a5e27
commit 0c75c13193
2 changed files with 2 additions and 1 deletions
+1
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})