Rename to StoreFederatedRepo*

This commit is contained in:
erik 2024-03-25 16:35:35 +01:00
parent ca7d1c6f78
commit 35d3fc199c
3 changed files with 4 additions and 5 deletions

View file

@ -204,7 +204,7 @@ func SettingsPost(ctx *context.Context) {
return
}
if _, _, err := forgefed.UpdateFederatedRepoList(ctx, ctx.Repo.Repository.ID, strings.Split(federationRepos, ";")); err != nil {
if _, _, err := forgefed.StoreFederatedRepoList(ctx, ctx.Repo.Repository.ID, strings.Split(federationRepos, ";")); err != nil {
ctx.ServerError("UpdateRepository", err)
return
}