mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-21 03:03: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
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if len(devKeys) == 0 {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
queryKeysResp, err := a.FedClient.QueryKeys(fedCtx, gomatrixserverlib.ServerName(serverName), devKeys)
|
queryKeysResp, err := a.FedClient.QueryKeys(fedCtx, gomatrixserverlib.ServerName(serverName), devKeys)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
resultCh <- &queryKeysResp
|
resultCh <- &queryKeysResp
|
||||||
|
|
Loading…
Reference in a new issue