add Accounts to NoteContext
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -211,6 +211,7 @@ impl<'a> DaveUi<'a> {
|
||||
) -> Option<NoteAction> {
|
||||
let mut note_context = NoteContext {
|
||||
ndb: ctx.ndb,
|
||||
accounts: ctx.accounts,
|
||||
img_cache: ctx.img_cache,
|
||||
note_cache: ctx.note_cache,
|
||||
zaps: ctx.zaps,
|
||||
@@ -243,7 +244,6 @@ impl<'a> DaveUi<'a> {
|
||||
|ui| {
|
||||
notedeck_ui::NoteView::new(
|
||||
&mut note_context,
|
||||
None,
|
||||
¬e,
|
||||
NoteOptions::default(),
|
||||
jobs,
|
||||
|
||||
Reference in New Issue
Block a user