Skip to content

Commit 5f4e046

Browse files
committed
chore(base): Remove the sliding_sync module.
This patch inlines `sliding_sync::http` inside `sliding_sync`. Then, the `sliding_sync/mod.rs` file is renamed to `sliding_sync.rs`.
1 parent 4f0c6f3 commit 5f4e046

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

crates/matrix-sdk-base/src/sliding_sync/mod.rs renamed to crates/matrix-sdk-base/src/sliding_sync.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414

1515
//! Extend `BaseClient` with capabilities to handle MSC4186.
1616
17-
pub mod http;
18-
1917
use std::collections::BTreeMap;
2018
#[cfg(feature = "e2e-encryption")]
2119
use std::ops::Deref;
2220

2321
#[cfg(feature = "e2e-encryption")]
2422
use matrix_sdk_common::deserialized_responses::TimelineEvent;
23+
pub use ruma::api::client::sync::sync_events::v5 as http;
2524
use ruma::{
2625
api::client::sync::sync_events::v3::{self, InvitedRoom, KnockedRoom},
2726
events::{

crates/matrix-sdk-base/src/sliding_sync/http.rs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)