Skip muted content

This commit is contained in:
Ken Sedgwick
2024-11-19 12:59:53 -08:00
parent d595631966
commit 84838478b3
14 changed files with 134 additions and 37 deletions

View File

@@ -85,6 +85,7 @@ impl RenderNavResponse {
&mut app.note_cache,
&mut app.pool,
&txn,
&app.accounts.mutefun(),
);
}
}
@@ -109,6 +110,7 @@ impl RenderNavResponse {
&mut app.threads,
&mut app.pool,
root_id,
&app.accounts.mutefun(),
);
}
@@ -120,6 +122,7 @@ impl RenderNavResponse {
&mut app.profiles,
&mut app.pool,
pubkey.bytes(),
&app.accounts.mutefun(),
);
}
col_changed = true;