From 69d2a0075900049958e3b7276d6a3379bddd2f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 4 Aug 2020 12:56:55 +0200 Subject: [PATCH] crypto: Add a TODO about SAS timing out. --- matrix_sdk_crypto/src/verification/sas/sas_state.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/matrix_sdk_crypto/src/verification/sas/sas_state.rs b/matrix_sdk_crypto/src/verification/sas/sas_state.rs index d6c75fbb..e1765091 100644 --- a/matrix_sdk_crypto/src/verification/sas/sas_state.rs +++ b/matrix_sdk_crypto/src/verification/sas/sas_state.rs @@ -90,6 +90,9 @@ impl Default for AcceptedProtocols { } } +// TODO implement expiration of the verification flow using the timeouts defined +// in the spec. + /// A type level state machine modeling the Sas flow. /// /// This is the generic struc holding common data between the different states