mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
Merge branch 'export-base-error'
This commit is contained in:
@@ -483,7 +483,6 @@ impl Client {
|
||||
info!("Registering to {}", self.homeserver);
|
||||
|
||||
let request = registration.into();
|
||||
println!("{:#?}", request);
|
||||
self.send_uiaa(request).await
|
||||
}
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
unused_qualifications
|
||||
)]
|
||||
|
||||
pub use matrix_sdk_base::Error as BaseError;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use matrix_sdk_base::JsonStore;
|
||||
pub use matrix_sdk_base::{CustomOrRawEvent, EventEmitter, Room, Session, SyncRoom};
|
||||
|
||||
Reference in New Issue
Block a user