add: option to hide posts answering questions from "All" timeline

This commit is contained in:
trisua 2025-06-22 00:45:05 -04:00
parent 5961999ce4
commit 612fbf5eb4
6 changed files with 36 additions and 5 deletions

View file

@ -240,6 +240,9 @@ pub struct UserSettings {
/// Automatically unlist posts from timelines.
#[serde(default)]
pub auto_unlist: bool,
/// Hide posts that are answering a question on the "All" timeline.
#[serde(default)]
pub all_timeline_hide_answers: bool,
}
fn mime_avif() -> String {