Clarify & enforce selected-only behavior in Accounts subscription

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-02 15:46:01 -04:00
parent f0158f71b2
commit a73596df48
7 changed files with 182 additions and 244 deletions
@@ -136,7 +136,6 @@ pub fn process_accounts_view_response(
router.route_to(Route::add_account());
}
}
accounts.needs_relay_config();
action
}