We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm32
1 parent 3c4afc1 commit f288e5fCopy full SHA for f288e5f
crates/matrix-sdk/src/event_cache/room/mod.rs
@@ -974,6 +974,7 @@ mod private {
974
975
impl<'a> RoomEventCacheStateLockWriteGuard<'a> {
976
/// Returns a write reference to the underlying room linked chunk.
977
+ #[cfg(any(feature = "e2e-encryption", test))]
978
pub fn room_linked_chunk(&mut self) -> &mut EventLinkedChunk {
979
&mut self.state.room_linked_chunk
980
}
0 commit comments