commit f3065e6da9d3c6921618e5e0842d250985f0bc84
parent b5d543f35cf428811f8f8f0c5cfc571db23d8a40
Author: kernelkind <kernelkind@gmail.com>
Date: Wed, 25 Feb 2026 17:44:49 -0500
feat(outbox-int): process outbox events
Signed-off-by: kernelkind <kernelkind@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/crates/notedeck/src/app.rs b/crates/notedeck/src/app.rs
@@ -157,6 +157,8 @@ impl eframe::App for Notedeck {
.zaps
.process(app_ctx.accounts, app_ctx.global_wallet, app_ctx.ndb);
+ app_ctx.remote.process_events(ctx, app_ctx.ndb);
+
render_notedeck(app, &mut app_ctx, ctx);
{