fix(sdk): Remove a warning for wasm32.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user