This commit is contained in:
tsmethurst 2021-06-27 13:58:59 +02:00
parent 3e6aef00b2
commit 869a6c111c
3 changed files with 3 additions and 3 deletions

View File

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