diff --git a/src/app.rs b/src/app.rs index da8dc431..69c7c886 100644 --- a/src/app.rs +++ b/src/app.rs @@ -94,7 +94,7 @@ pub struct Damus { timelines: Vec, img_cache: ImageCache, - ndb: Ndb, + pub ndb: Ndb, frame_history: crate::frame_history::FrameHistory, }