make TimelineCache::notes private

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-14 18:29:23 -04:00
parent ccc188c0ae
commit b421e7e45f
2 changed files with 8 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ impl TimelineCache {
}
/// Get and/or update the notes associated with this timeline
pub fn notes<'a>(
fn notes<'a>(
&'a mut self,
ndb: &Ndb,
note_cache: &mut NoteCache,