mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Move GetFeeds to service layer (#32526)
Move GetFeeds from models to service layer, no code change.
This commit is contained in:
		| @@ -47,7 +47,7 @@ func getUserHeatmapData(ctx context.Context, user *user_model.User, team *organi | ||||
| 		groupByName = groupBy | ||||
| 	} | ||||
|  | ||||
| 	cond, err := activityQueryCondition(ctx, GetFeedsOptions{ | ||||
| 	cond, err := ActivityQueryCondition(ctx, GetFeedsOptions{ | ||||
| 		RequestedUser:  user, | ||||
| 		RequestedTeam:  team, | ||||
| 		Actor:          doer, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user