diff --git a/src/client.ts b/src/client.ts index a037a5e4f55..41bd2fa5d77 100644 --- a/src/client.ts +++ b/src/client.ts @@ -2294,6 +2294,8 @@ export class MatrixClient extends TypedEventEmitterdeviceId-\>`DeviceInfo` + * + * @deprecated Prefer {@link CryptoApi.getUserDeviceInfo} */ public downloadKeys(userIds: string[], forceDownload?: boolean): Promise { if (!this.crypto) { @@ -2308,6 +2310,7 @@ export class MatrixClient extends TypedEventEmitter