From f63a01a85bc4711d8763018af3cacbc3843688f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 18 Aug 2020 15:36:04 +0200 Subject: [PATCH] crypto: Remove a stale TODO. --- matrix_sdk_crypto/src/verification/sas/helpers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix_sdk_crypto/src/verification/sas/helpers.rs b/matrix_sdk_crypto/src/verification/sas/helpers.rs index d644884f..893451f7 100644 --- a/matrix_sdk_crypto/src/verification/sas/helpers.rs +++ b/matrix_sdk_crypto/src/verification/sas/helpers.rs @@ -231,7 +231,6 @@ pub fn receive_mac_event( ids.other_device.device_id() ); } - // TODO add an else if branch for the master key here } Ok((verified_devices, vec![]))