events: Fix the name of the qr code scan verification method
This commit is contained in:
parent
97776d7132
commit
06478b96c4
@ -134,7 +134,7 @@ pub enum VerificationMethod {
|
|||||||
/// The *m.qr_code.scan.v1* verification method.
|
/// The *m.qr_code.scan.v1* verification method.
|
||||||
#[cfg(feature = "unstable-pre-spec")]
|
#[cfg(feature = "unstable-pre-spec")]
|
||||||
#[ruma_enum(rename = "m.qr_code.scan.v1")]
|
#[ruma_enum(rename = "m.qr_code.scan.v1")]
|
||||||
MQrScanShowV1,
|
MQrCodeScanV1,
|
||||||
|
|
||||||
/// The *m.qr_code.show.v1* verification method.
|
/// The *m.qr_code.show.v1* verification method.
|
||||||
#[cfg(feature = "unstable-pre-spec")]
|
#[cfg(feature = "unstable-pre-spec")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user