Skip to content

Commit

Permalink
matrix_sdk: expose RoomMember
Browse files Browse the repository at this point in the history
  • Loading branch information
martinetd committed Oct 8, 2020
1 parent f7039d9 commit a4eae10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matrix_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ pub use matrix_sdk_base::crypto::LocalTrust;
#[cfg(not(target_arch = "wasm32"))]
pub use matrix_sdk_base::JsonStore;
pub use matrix_sdk_base::{
CustomEvent, Error as BaseError, EventEmitter, Room, RoomState, Session, StateStore, SyncRoom,
CustomEvent, Error as BaseError, EventEmitter, Room, RoomMember, RoomState, Session,
StateStore, SyncRoom,
};

#[cfg(feature = "messages")]
Expand Down

0 comments on commit a4eae10

Please sign in to comment.