mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 22:26:13 -04:00
fixup! chore(sdk): Re-export the AmbiguityChange type
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
pub use async_trait::async_trait;
|
||||
pub use bytes;
|
||||
pub use matrix_sdk_base::{
|
||||
deserialized_responses::AmbiguityChange, DisplayName, Room as BaseRoom, RoomInfo,
|
||||
RoomMember as BaseRoomMember, RoomType, Session, StateChanges, StoreError,
|
||||
deserialized_responses, DisplayName, Room as BaseRoom, RoomInfo, RoomMember as BaseRoomMember,
|
||||
RoomType, Session, StateChanges, StoreError,
|
||||
};
|
||||
pub use matrix_sdk_common::*;
|
||||
pub use reqwest;
|
||||
|
||||
Reference in New Issue
Block a user