fix missing zap button
Changelog-Fixed: Fix missing zap button
Fixes: 397bfce817 ("add `Accounts` to `NoteContext`")
Fixes: https://github.com/damus-io/notedeck/issues/1021
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -802,6 +802,7 @@ mod preview {
|
||||
let mut note_context = NoteContext {
|
||||
ndb: app.ndb,
|
||||
accounts: app.accounts,
|
||||
global_wallet: app.global_wallet,
|
||||
img_cache: app.img_cache,
|
||||
note_cache: app.note_cache,
|
||||
zaps: app.zaps,
|
||||
|
||||
Reference in New Issue
Block a user