mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
fix(event-cache): Limit the visibility of room_linked_chunk_mut a bit better
This commit is contained in:
@@ -1303,7 +1303,7 @@ mod private {
|
||||
|
||||
/// Returns a mutable reference to the underlying room linked chunk.
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
pub(in crate::event_cache) fn room_linked_chunk_mut(&mut self) -> &mut EventLinkedChunk {
|
||||
pub(in super::super) fn room_linked_chunk_mut(&mut self) -> &mut EventLinkedChunk {
|
||||
&mut self.room_linked_chunk
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user