Skip to content

Commit 695b773

Browse files
authored
Fix false key requests after verifying new device (#3029)
1 parent 030abe1 commit 695b773

File tree

2 files changed

+0
-59
lines changed

2 files changed

+0
-59
lines changed

spec/unit/crypto/verification/setDeviceVerification.spec.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/crypto/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,9 +2225,6 @@ export class Crypto extends TypedEventEmitter<CryptoEvent, CryptoEventHandlerMap
22252225
await upload({ shouldEmit: true });
22262226
// XXX: we'll need to wait for the device list to be updated
22272227
}
2228-
2229-
// redo key requests after verification
2230-
this.cancelAndResendAllOutgoingKeyRequests();
22312228
}
22322229

22332230
const deviceObj = DeviceInfo.fromStorage(dev, deviceId);

0 commit comments

Comments
 (0)