mark state::AllRooms and state::ClientState as public
parent
fd3dc50ebe
commit
8c3855221c
|
@ -50,6 +50,8 @@ pub use event_emitter::{EventEmitter, SyncRoom};
|
|||
#[cfg(feature = "encryption")]
|
||||
pub use matrix_sdk_crypto::{Device, TrustState};
|
||||
pub use models::Room;
|
||||
pub use state::AllRooms;
|
||||
pub use state::ClientState;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use state::JsonStore;
|
||||
pub use state::StateStore;
|
||||
|
|
Loading…
Reference in New Issue