matrix-sdk-base: Export RoomType
This commit is contained in:
parent
780348f546
commit
31f4a58f38
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ mod store;
|
|||
|
||||
pub use event_handler::{CustomEvent, EventHandler};
|
||||
pub use rooms::{
|
||||
InvitedRoom, JoinedRoom, LeftRoom, Room, RoomInfo, RoomMember, RoomState, StrippedRoom,
|
||||
StrippedRoomInfo,
|
||||
InvitedRoom, JoinedRoom, LeftRoom, Room, RoomInfo, RoomMember, RoomState, RoomType,
|
||||
StrippedRoom, StrippedRoomInfo,
|
||||
};
|
||||
pub use store::{StateChanges, StateStore, Store, StoreError};
|
||||
|
||||
|
|
Loading…
Reference in a new issue