add: PORT env var
This commit is contained in:
parent
52c8983634
commit
5961999ce4
9 changed files with 58 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue