mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-06-24 14:01:26 +02:00
Go fmt
This commit is contained in:
parent
3e6aef00b2
commit
869a6c111c
@ -11,7 +11,7 @@ func (f *federator) Handshaking(username string, remoteAccountID *url.URL) bool
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
remoteIDs, ok := f.handshakes[username];
|
remoteIDs, ok := f.handshakes[username]
|
||||||
if !ok {
|
if !ok {
|
||||||
// user isn't handshaking with anyone, bail
|
// user isn't handshaking with anyone, bail
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user