Skip to content

Commit ee963d2

Browse files
committed
feat(base) Use the types from http instead of ruma directly.
This patch uses the types from `http` instead of `ruma` directly.
1 parent 7f3f760 commit ee963d2

File tree

2 files changed

+56
-59
lines changed

2 files changed

+56
-59
lines changed

crates/matrix-sdk-base/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mod rooms;
3434
pub mod read_receipts;
3535
pub use read_receipts::PreviousEventsProvider;
3636
#[cfg(feature = "experimental-sliding-sync")]
37-
mod sliding_sync;
37+
pub mod sliding_sync;
3838

3939
pub mod store;
4040
pub mod sync;

0 commit comments

Comments
 (0)