add: ability to mute phrases

add: ability to disable gpa experiment
This commit is contained in:
trisua 2025-06-10 13:49:17 -04:00
parent 9d839a1a63
commit f034cc4f27
7 changed files with 212 additions and 63 deletions

View file

@ -225,6 +225,12 @@ pub struct UserSettings {
/// If extra post tabs are hidden (replies, media).
#[serde(default)]
pub hide_extra_post_tabs: bool,
/// If the GPA experiment is disabled.
#[serde(default)]
pub disable_gpa_fun: bool,
/// A list of strings the user has muted.
#[serde(default)]
pub muted: Vec<String>,
}
fn mime_avif() -> String {