Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

prepare for next pr

This commit is contained in:
Michael Jerger 2024-05-07 17:47:35 +02:00
parent fdfc21a6b8
commit e122df36f8

View file

@ -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 {