diff --git a/crates/matrix-sdk/src/event_cache/caches/room/mod.rs b/crates/matrix-sdk/src/event_cache/caches/room/mod.rs index 61bd07d3f..e7af34fa6 100644 --- a/crates/matrix-sdk/src/event_cache/caches/room/mod.rs +++ b/crates/matrix-sdk/src/event_cache/caches/room/mod.rs @@ -63,7 +63,7 @@ use crate::{client::WeakClient, room::WeakRoom}; /// Cloning is shallow, and thus is cheap to do. #[derive(Clone)] pub struct RoomEventCache { - pub(in super::super) inner: Arc, + inner: Arc, } impl fmt::Debug for RoomEventCache {