send contact list event on account creation

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-08 14:50:49 -04:00
parent 7b9db55a05
commit dca9d3eeab
3 changed files with 16 additions and 4 deletions

View File

@@ -480,6 +480,7 @@ fn render_nav_body(
&mut app.decks_cache,
&mut app.view_state.login,
ctx.clipboard,
ctx.pool,
*amr,
);
let txn = Transaction::new(ctx.ndb).expect("txn");