forked from kevadesu/forgejo
Add topics for repository API (#31127)
Fix ##31100 (cherry picked from commit de4616690f742aebc3e019fde5c73c432d543292)
This commit is contained in:
parent
344bf48c9b
commit
ee2247d77c
3 changed files with 9 additions and 0 deletions
|
@ -237,6 +237,7 @@ func innerToRepo(ctx context.Context, repo *repo_model.Repository, permissionInR
|
|||
MirrorInterval: mirrorInterval,
|
||||
MirrorUpdated: mirrorUpdated,
|
||||
RepoTransfer: transfer,
|
||||
Topics: repo.Topics,
|
||||
ObjectFormatName: repo.ObjectFormatName,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue