diff --git a/src/crypto/DeviceList.ts b/src/crypto/DeviceList.ts index 482f611dd53..bd6b106aea5 100644 --- a/src/crypto/DeviceList.ts +++ b/src/crypto/DeviceList.ts @@ -83,7 +83,7 @@ export class DeviceList extends TypedEventEmitter>; + private keyDownloadsInProgressByUser = new Map>(); // Set whenever changes are made other than setting the sync token private dirty = false;