mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
improvement: change federation_enabled to federation_disabled
This enables federation by default
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ pub struct Config {
|
||||
#[serde(default)]
|
||||
encryption_disabled: bool,
|
||||
#[serde(default)]
|
||||
federation_enabled: bool,
|
||||
federation_disabled: bool,
|
||||
}
|
||||
|
||||
fn default_cache_capacity() -> u64 {
|
||||
|
||||
Reference in New Issue
Block a user