mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	| @@ -559,7 +559,7 @@ func (org *User) GetUserRepositories(userID int64, page, pageSize int) ([]*Repos | ||||
| 	} | ||||
| 	repos := make([]*Repository, 0, pageSize) | ||||
|  | ||||
| 	if err := x. | ||||
| 	if err := x.Select("`repository`.*"). | ||||
| 		Join("INNER", "team_repo", "`team_repo`.repo_id=`repository`.id"). | ||||
| 		Where(cond). | ||||
| 		GroupBy("`repository`.id"). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user