add: PORT env var

This commit is contained in:
trisua 2025-06-22 00:04:32 -04:00
parent 52c8983634
commit 5961999ce4
9 changed files with 58 additions and 4 deletions

View file

@ -237,6 +237,9 @@ pub struct UserSettings {
/// If drawings are enabled for questions sent to the user.
#[serde(default)]
pub enable_drawings: bool,
/// Automatically unlist posts from timelines.
#[serde(default)]
pub auto_unlist: bool,
}
fn mime_avif() -> String {