app: make ndb public

We will be using this in some submodules, so expose it for now
This commit is contained in:
William Casarin
2024-03-13 13:23:13 +00:00
parent 08fad55773
commit 50aa21b2f0

View File

@@ -94,7 +94,7 @@ pub struct Damus {
timelines: Vec<Timeline>,
img_cache: ImageCache,
ndb: Ndb,
pub ndb: Ndb,
frame_history: crate::frame_history::FrameHistory,
}