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![]))