add: option to hide posts answering questions from "All" timeline
This commit is contained in:
parent
5961999ce4
commit
612fbf5eb4
6 changed files with 36 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue