add: post full unlist option

This commit is contained in:
trisua 2025-07-10 18:43:54 -04:00
parent bdd8f9a869
commit 14f3bf849e
6 changed files with 45 additions and 3 deletions

View file

@ -308,6 +308,10 @@ pub struct UserSettings {
/// be shown in the UI (or API).
#[serde(default)]
pub hide_from_social_lists: bool,
/// Automatically hide your posts from all timelines except your profile
/// and the following timeline.
#[serde(default)]
pub auto_full_unlist: bool,
}
fn mime_avif() -> String {