mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-21 11:13:40 +00:00
Remove guard
This commit is contained in:
parent
3939d54cc2
commit
e64f9860ec
1 changed files with 0 additions and 3 deletions
|
@ -447,9 +447,6 @@ func (a *KeyInternalAPI) queryRemoteKeysOnServer(
|
|||
continue
|
||||
}
|
||||
}
|
||||
if len(devKeys) == 0 {
|
||||
return
|
||||
}
|
||||
queryKeysResp, err := a.FedClient.QueryKeys(fedCtx, gomatrixserverlib.ServerName(serverName), devKeys)
|
||||
if err == nil {
|
||||
resultCh <- &queryKeysResp
|
||||
|
|
Loading…
Reference in a new issue