disable legacy media compat by default; cleanse directory when disabled
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f632b06e6d
commit
a0a002b17f
3 changed files with 40 additions and 7 deletions
|
@ -287,7 +287,7 @@ pub struct Config {
|
|||
|
||||
#[serde(default = "true_fn")]
|
||||
pub media_startup_check: bool,
|
||||
#[serde(default = "true_fn")]
|
||||
#[serde(default)]
|
||||
pub media_compat_file_link: bool,
|
||||
#[serde(default = "Vec::new")]
|
||||
pub prevent_media_downloads_from: Vec<OwnedServerName>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue