summaryrefslogtreecommitdiff
path: root/internal/federation/handshake.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/federation/handshake.go')
-rw-r--r--internal/federation/handshake.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/federation/handshake.go b/internal/federation/handshake.go
index 9669e9856..9dadb0e96 100644
--- a/internal/federation/handshake.go
+++ b/internal/federation/handshake.go
@@ -17,12 +17,3 @@
*/
package federation
-
-import (
- "context"
- "net/url"
-)
-
-func (f *federator) Handshaking(ctx context.Context, username string, remoteAccountID *url.URL) bool {
- return f.dereferencer.Handshaking(ctx, username, remoteAccountID)
-}