Skip to content

Commit

Permalink
Fix false key requests after verifying new device (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 authored Jan 5, 2023
1 parent 030abe1 commit 695b773
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
56 changes: 0 additions & 56 deletions spec/unit/crypto/verification/setDeviceVerification.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/crypto/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2225,9 +2225,6 @@ export class Crypto extends TypedEventEmitter<CryptoEvent, CryptoEventHandlerMap
await upload({ shouldEmit: true });
// XXX: we'll need to wait for the device list to be updated
}

// redo key requests after verification
this.cancelAndResendAllOutgoingKeyRequests();
}

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

0 comments on commit 695b773

Please sign in to comment.