mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
matrix-sdk: Export RoomType
This commit is contained in:
@@ -69,7 +69,7 @@ compile_error!("only one of 'native-tls' or 'rustls-tls' features can be enabled
|
||||
pub use matrix_sdk_base::crypto::{EncryptionInfo, LocalTrust};
|
||||
pub use matrix_sdk_base::{
|
||||
CustomEvent, Error as BaseError, EventHandler, InvitedRoom, JoinedRoom, LeftRoom, RoomInfo,
|
||||
RoomMember, RoomState, Session, StateChanges, StoreError,
|
||||
RoomMember, RoomState, RoomType, Session, StateChanges, StoreError,
|
||||
};
|
||||
|
||||
pub use matrix_sdk_common::*;
|
||||
|
||||
Reference in New Issue
Block a user