summaryrefslogtreecommitdiff
path: root/internal/federation/handshake.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-06-27 13:58:59 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-06-27 13:58:59 +0200
commit869a6c111cdd75536f283ee52d0717f4682a706c (patch)
tree62295946970f3405e39a10f9ed0a5878d828ca42 /internal/federation/handshake.go
parentfix the annoying infinite handshake bug (tested) (#69) (diff)
downloadgotosocial-869a6c111cdd75536f283ee52d0717f4682a706c.tar.xz
Go fmt
Diffstat (limited to 'internal/federation/handshake.go')
-rw-r--r--internal/federation/handshake.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/handshake.go b/internal/federation/handshake.go
index af720403a..511e3e174 100644
--- a/internal/federation/handshake.go
+++ b/internal/federation/handshake.go
@@ -11,7 +11,7 @@ func (f *federator) Handshaking(username string, remoteAccountID *url.URL) bool
return false
}
- remoteIDs, ok := f.handshakes[username];
+ remoteIDs, ok := f.handshakes[username]
if !ok {
// user isn't handshaking with anyone, bail
return false