commit 50aa21b2f03f1cb6ce6ecfa3319b56243a1b7826
parent 08fad55773c0912a1292bc0b6a387fd88b7263a7
Author: William Casarin <jb55@jb55.com>
Date: Wed, 13 Mar 2024 13:23:13 +0000
app: make ndb public
We will be using this in some submodules, so expose it for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app.rs b/src/app.rs
@@ -94,7 +94,7 @@ pub struct Damus {
timelines: Vec<Timeline>,
img_cache: ImageCache,
- ndb: Ndb,
+ pub ndb: Ndb,
frame_history: crate::frame_history::FrameHistory,
}