prepare for next pr
This commit is contained in:
parent
fdfc21a6b8
commit
e122df36f8
|
@ -131,7 +131,6 @@ func CreateFederationHostFromAP(ctx context.Context, actorID fm.ActorID) (*forge
|
|||
}
|
||||
|
||||
func GetFederationHostForURI(ctx context.Context, actorURI string) (*forgefed.FederationHost, error) {
|
||||
// parse actorID (person)
|
||||
log.Info("Input was: %v", actorURI)
|
||||
rawActorID, err := fm.NewActorID(actorURI)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue