mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-02-04 23:05:59 +02:00
prepare for next pr
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user