fix(sdk): Remove a warning for wasm32.

This commit is contained in:
Ivan Enderlin
2025-11-18 15:42:02 +01:00
parent 72f2296809
commit badba6eebc
@@ -974,6 +974,7 @@ mod private {
impl<'a> RoomEventCacheStateLockWriteGuard<'a> {
/// Returns a write reference to the underlying room linked chunk.
#[cfg(any(feature = "e2e-encryption", test))]
pub fn room_linked_chunk(&mut self) -> &mut EventLinkedChunk {
&mut self.state.room_linked_chunk
}