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

@@ -374,6 +374,7 @@ pub fn render_add_column_routes(
&mut app.pool,
&mut app.note_cache,
app.since_optimize,
&app.accounts.mutefun(),
);
app.columns_mut().add_timeline_to_column(col, timeline);
}