Fix another path

This commit is contained in:
Neil Alexander 2022-08-09 15:47:18 +01:00
parent 0165c2ab2c
commit 5c6fb34cee
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -176,7 +176,7 @@ func (h *httpFederationInternalAPI) ClaimKeys(
ctx context.Context, s gomatrixserverlib.ServerName, oneTimeKeys map[string]map[string]string,
) (gomatrixserverlib.RespClaimKeys, error) {
return httputil.CallInternalProxyAPI[claimKeys, gomatrixserverlib.RespClaimKeys, api.FederationClientError](
"GetUserDevices", h.federationAPIURL+FederationAPIGetUserDevicesPath, h.httpClient,
"ClaimKeys", h.federationAPIURL+FederationAPIClaimKeysPath, h.httpClient,
ctx, &claimKeys{
S: s,
OneTimeKeys: oneTimeKeys,