mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-02-18 00:44:28 -06:00
Fix the other type of keys
This commit is contained in:
parent
ae6138eb3a
commit
27f4bd3f0e
|
@ -199,6 +199,7 @@ func (h *httpFederationInternalAPI) QueryKeys(
|
||||||
"QueryKeys", h.federationAPIURL+FederationAPIQueryKeysPath, h.httpClient,
|
"QueryKeys", h.federationAPIURL+FederationAPIQueryKeysPath, h.httpClient,
|
||||||
ctx, &queryKeys{
|
ctx, &queryKeys{
|
||||||
S: s,
|
S: s,
|
||||||
|
Origin: origin,
|
||||||
Keys: keys,
|
Keys: keys,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue