chore(sdk): Make RoomEventCacheInner private.

This commit is contained in:
Ivan Enderlin
2026-02-27 09:56:40 +01:00
parent 909dbd7b78
commit c257525b5a
@@ -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<RoomEventCacheInner>,
inner: Arc<RoomEventCacheInner>,
}
impl fmt::Debug for RoomEventCache {