mark state::AllRooms and state::ClientState as public

master
Dan Enman 2020-07-11 19:14:55 -03:00
parent fd3dc50ebe
commit 8c3855221c
1 changed files with 2 additions and 0 deletions

View File

@ -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;