Merge branch 'dan/bugfix/implable-StateStore'

master
Damir Jelić 2020-07-13 10:19:37 +02:00
commit 740a5af068
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ pub use event_emitter::{CustomOrRawEvent, 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;