diff --git a/src/client.ts b/src/client.ts index a601c96de24..f98861da227 100644 --- a/src/client.ts +++ b/src/client.ts @@ -6593,6 +6593,14 @@ export class MatrixClient extends TypedEventEmitter} true if server supports the `logout_devices` parameter + */ + public doesServerSupportLogoutDevices(): Promise { + return this.isVersionSupported("r0.6.1"); + } + /** * Get if lazy loading members is being used. * @return {boolean} Whether or not members are lazy loaded by this client