mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 08:31:27 -05:00
prepare for next pr
This commit is contained in:
parent
fdfc21a6b8
commit
e122df36f8
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ func CreateFederationHostFromAP(ctx context.Context, actorID fm.ActorID) (*forge
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetFederationHostForURI(ctx context.Context, actorURI string) (*forgefed.FederationHost, error) {
|
func GetFederationHostForURI(ctx context.Context, actorURI string) (*forgefed.FederationHost, error) {
|
||||||
// parse actorID (person)
|
|
||||||
log.Info("Input was: %v", actorURI)
|
log.Info("Input was: %v", actorURI)
|
||||||
rawActorID, err := fm.NewActorID(actorURI)
|
rawActorID, err := fm.NewActorID(actorURI)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue