mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Fix some more inthttp
This commit is contained in:
parent
27f4bd3f0e
commit
1294569c04
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue