Fix some more inthttp

This commit is contained in:
Neil Alexander 2022-11-15 14:46:57 +00:00
parent 27f4bd3f0e
commit 1294569c04
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -163,6 +163,7 @@ func (h *httpFederationInternalAPI) GetUserDevices(
"GetUserDevices", h.federationAPIURL+FederationAPIGetUserDevicesPath, h.httpClient,
ctx, &getUserDevices{
S: s,
Origin: origin,
UserID: userID,
},
)
@ -181,6 +182,7 @@ func (h *httpFederationInternalAPI) ClaimKeys(
"ClaimKeys", h.federationAPIURL+FederationAPIClaimKeysPath, h.httpClient,
ctx, &claimKeys{
S: s,
Origin: origin,
OneTimeKeys: oneTimeKeys,
},
)