mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 09:54:24 +01:00
remove todo - no change required
This commit is contained in:
parent
64be24ed0c
commit
5ace6816ac
|
@ -344,7 +344,6 @@ func (repo *Repository) APIURL() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
// APActorID returns the activitypub repository API URL
|
// APActorID returns the activitypub repository API URL
|
||||||
// TODO: Mv federation related stuff to federated_repo
|
|
||||||
func (repo *Repository) APActorID() string {
|
func (repo *Repository) APActorID() string {
|
||||||
return fmt.Sprintf("%vapi/v1/activitypub/repository-id/%v", setting.AppURL, url.PathEscape(fmt.Sprint(repo.ID)))
|
return fmt.Sprintf("%vapi/v1/activitypub/repository-id/%v", setting.AppURL, url.PathEscape(fmt.Sprint(repo.ID)))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue