mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-26 08:11:55 -06:00
Fix the other type of keys
This commit is contained in:
parent
ae6138eb3a
commit
27f4bd3f0e
|
@ -198,8 +198,9 @@ func (h *httpFederationInternalAPI) QueryKeys(
|
||||||
return httputil.CallInternalProxyAPI[queryKeys, gomatrixserverlib.RespQueryKeys, *api.FederationClientError](
|
return httputil.CallInternalProxyAPI[queryKeys, gomatrixserverlib.RespQueryKeys, *api.FederationClientError](
|
||||||
"QueryKeys", h.federationAPIURL+FederationAPIQueryKeysPath, h.httpClient,
|
"QueryKeys", h.federationAPIURL+FederationAPIQueryKeysPath, h.httpClient,
|
||||||
ctx, &queryKeys{
|
ctx, &queryKeys{
|
||||||
S: s,
|
S: s,
|
||||||
Keys: keys,
|
Origin: origin,
|
||||||
|
Keys: keys,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue