mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
Go fmt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user