mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
fix(sdk): Re-export qrcode encoding and decoding error types
This commit is contained in:
committed by
Damir Jelić
parent
aac41fc82a
commit
97995b7bf6
@@ -37,7 +37,10 @@ mod sas;
|
||||
|
||||
pub use matrix_sdk_base::crypto::{format_emojis, AcceptSettings, CancelInfo, Emoji};
|
||||
#[cfg(feature = "qrcode")]
|
||||
pub use matrix_sdk_base::crypto::{matrix_sdk_qrcode::QrVerificationData, ScanError};
|
||||
pub use matrix_sdk_base::crypto::{
|
||||
matrix_sdk_qrcode::{DecodingError, EncodingError, QrVerificationData},
|
||||
ScanError,
|
||||
};
|
||||
#[cfg(feature = "qrcode")]
|
||||
pub use qrcode::QrVerification;
|
||||
pub use requests::VerificationRequest;
|
||||
|
||||
Reference in New Issue
Block a user