diff options
Diffstat (limited to 'internal/federation/transport.go')
-rw-r--r-- | internal/federation/transport.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/transport.go b/internal/federation/transport.go index 0116db4cb..b6f7a46c8 100644 --- a/internal/federation/transport.go +++ b/internal/federation/transport.go @@ -49,7 +49,7 @@ import ( // Note that the library will not maintain a long-lived pointer to the // returned Transport so that any private credentials are able to be // garbage collected. -func (f *federator) NewTransport(ctx context.Context, actorBoxIRI *url.URL, gofedAgent string) (pub.Transport, error) { +func (f *Federator) NewTransport(ctx context.Context, actorBoxIRI *url.URL, gofedAgent string) (pub.Transport, error) { var username string var err error |