events: Fix the name of the qr code scan verification method

This commit is contained in:
Damir Jelić 2021-06-09 17:15:15 +02:00 committed by Jonas Platte
parent 97776d7132
commit 06478b96c4
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

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