mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	
					parent
					
						
							
								a1b2a11812
							
						
					
				
			
			
				commit
				
					
						f91dbbba98
					
				
			
		
					 90 changed files with 434 additions and 464 deletions
				
			
		|  | @ -59,7 +59,7 @@ func RenameUser(ctx context.Context, u *user_model.User, newUserName string) err | |||
| 			u.Name = oldUserName | ||||
| 			return err | ||||
| 		} | ||||
| 		return repo_model.UpdateRepositoryOwnerNames(u.ID, newUserName) | ||||
| 		return repo_model.UpdateRepositoryOwnerNames(ctx, u.ID, newUserName) | ||||
| 	} | ||||
| 
 | ||||
| 	ctx, committer, err := db.TxContext(ctx) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue