Co-authored-by: Gitea <gitea@fake.local>
This commit is contained in:
		
							parent
							
								
									f74a094fd5
								
							
						
					
					
						commit
						6ddf881245
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -108,6 +108,7 @@ func innerToRepo(repo *models.Repository, mode models.AccessMode, isParent bool) | ||||||
| 		HTMLURL:                   repo.HTMLURL(), | 		HTMLURL:                   repo.HTMLURL(), | ||||||
| 		SSHURL:                    cloneLink.SSH, | 		SSHURL:                    cloneLink.SSH, | ||||||
| 		CloneURL:                  cloneLink.HTTPS, | 		CloneURL:                  cloneLink.HTTPS, | ||||||
|  | 		OriginalURL:               repo.SanitizedOriginalURL(), | ||||||
| 		Website:                   repo.Website, | 		Website:                   repo.Website, | ||||||
| 		Stars:                     repo.NumStars, | 		Stars:                     repo.NumStars, | ||||||
| 		Forks:                     repo.NumForks, | 		Forks:                     repo.NumForks, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue