mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -45,7 +45,7 @@ func updateMigrationPosterIDByGitService(ctx context.Context, tp structs.GitServ
 | 
			
		||||
		default:
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		users, err := user_model.FindExternalUsersByProvider(user_model.FindExternalUserOptions{
 | 
			
		||||
		users, err := user_model.FindExternalUsersByProvider(ctx, user_model.FindExternalUserOptions{
 | 
			
		||||
			Provider: provider,
 | 
			
		||||
			Start:    start,
 | 
			
		||||
			Limit:    batchSize,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user