From 06478b96c4c61a5a54f9dbf4eb3e60a9b2b684fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 9 Jun 2021 17:15:15 +0200 Subject: [PATCH] events: Fix the name of the qr code scan verification method --- crates/ruma-events/src/key/verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-events/src/key/verification.rs b/crates/ruma-events/src/key/verification.rs index 0b1f7c83..f4b65a4f 100644 --- a/crates/ruma-events/src/key/verification.rs +++ b/crates/ruma-events/src/key/verification.rs @@ -134,7 +134,7 @@ pub enum VerificationMethod { /// The *m.qr_code.scan.v1* verification method. #[cfg(feature = "unstable-pre-spec")] #[ruma_enum(rename = "m.qr_code.scan.v1")] - MQrScanShowV1, + MQrCodeScanV1, /// The *m.qr_code.show.v1* verification method. #[cfg(feature = "unstable-pre-spec")]