mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 10:11:39 +01:00
Update src/matrix/verification/CrossSigning.ts
This commit is contained in:
parent
67cc426b85
commit
f158197685
@ -211,7 +211,7 @@ export class CrossSigning {
|
|||||||
/**
|
/**
|
||||||
* If we receive an event for the current/previously finished
|
* If we receive an event for the current/previously finished
|
||||||
* SAS verification, we should ignore it because the device channel
|
* SAS verification, we should ignore it because the device channel
|
||||||
* object will take care of it (if needed).
|
* object (who also listens for to_device messages) will take care of it (if needed).
|
||||||
*/
|
*/
|
||||||
const shouldIgnoreEvent = this.sasVerificationInProgress?.channel.id === txnId;
|
const shouldIgnoreEvent = this.sasVerificationInProgress?.channel.id === txnId;
|
||||||
if (shouldIgnoreEvent) { return; }
|
if (shouldIgnoreEvent) { return; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user