Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit fa44573

Browse files
committed
Remove call to crypto.cancelAndResendAllOutgoingKeyRequests
1 parent 2b186c9 commit fa44573

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stores/SetupEncryptionStore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ export class SetupEncryptionStore extends EventEmitter {
284284
public done(): void {
285285
this.phase = Phase.Finished;
286286
this.emit("update");
287-
// async - ask other clients for keys, if necessary
288-
MatrixClientPeg.safeGet().crypto?.cancelAndResendAllOutgoingKeyRequests();
289287
}
290288

291289
private async setActiveVerificationRequest(request: VerificationRequest): Promise<void> {

0 commit comments

Comments
 (0)