remove ProfileState from cache once sent

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-04 14:05:42 -05:00
parent 6645d4880f
commit 05ab1179e6
2 changed files with 11 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ impl RenderNavResponse {
}
RenderNavAction::ProfileAction(profile_action) => {
profile_action.process(
&mut app.view_state.pubkey_to_profile_state,
ctx.ndb,
ctx.pool,
get_active_columns_mut(ctx.accounts, &mut app.decks_cache)