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 2277311 commit 155c678Copy full SHA for 155c678
crates/matrix-sdk/src/event_cache/room/mod.rs
@@ -972,6 +972,7 @@ mod private {
972
973
impl<'a> RoomEventCacheStateLockWriteGuard<'a> {
974
/// Returns a write reference to the underlying room linked chunk.
975
+ #[cfg(any(feature = "e2e-encryption", test))]
976
pub fn room_linked_chunk(&mut self) -> &mut EventLinkedChunk {
977
&mut self.state.room_linked_chunk
978
}
0 commit comments