1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-22 17:18:35 +00:00
This commit is contained in:
mikoto 2024-06-10 16:07:47 +02:00 committed by avdb13
parent 1f313c6807
commit 40699c395a
6 changed files with 88 additions and 5 deletions

View file

@ -59,6 +59,8 @@ pub struct Config {
pub allow_unstable_room_versions: bool,
#[serde(default = "default_default_room_version")]
pub default_room_version: RoomVersionId,
#[serde(default = "Vec::new")]
pub join_by_default: Vec<String>,
#[serde(default)]
pub well_known: WellKnownConfig,
#[serde(default = "false_fn")]