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")]