Skip to content

Commit 43eae85

Browse files
committed
fixup! sdk: no need for named future for history sharing
1 parent 2420934 commit 43eae85

File tree

1 file changed

+2
-0
lines changed
  • crates/matrix-sdk/src/room

1 file changed

+2
-0
lines changed

crates/matrix-sdk/src/room/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ pub mod reply;
175175

176176
/// Contains all the functionality for modifying the privacy settings in a room.
177177
pub mod privacy_settings;
178+
179+
#[cfg(feature = "e2e-encryption")]
178180
mod shared_room_history;
179181

180182
/// A struct containing methods that are common for Joined, Invited and Left

0 commit comments

Comments
 (0)