diff --git a/src/stores/SetupEncryptionStore.ts b/src/stores/SetupEncryptionStore.ts index 9f7fb9c85a..98bd3eba75 100644 --- a/src/stores/SetupEncryptionStore.ts +++ b/src/stores/SetupEncryptionStore.ts @@ -284,8 +284,6 @@ export class SetupEncryptionStore extends EventEmitter { public done(): void { this.phase = Phase.Finished; this.emit("update"); - // async - ask other clients for keys, if necessary - MatrixClientPeg.safeGet().crypto?.cancelAndResendAllOutgoingKeyRequests(); } private async setActiveVerificationRequest(request: VerificationRequest): Promise {