app: make ndb public
We will be using this in some submodules, so expose it for now
This commit is contained in:
@@ -94,7 +94,7 @@ pub struct Damus {
|
|||||||
timelines: Vec<Timeline>,
|
timelines: Vec<Timeline>,
|
||||||
|
|
||||||
img_cache: ImageCache,
|
img_cache: ImageCache,
|
||||||
ndb: Ndb,
|
pub ndb: Ndb,
|
||||||
|
|
||||||
frame_history: crate::frame_history::FrameHistory,
|
frame_history: crate::frame_history::FrameHistory,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user