mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-27 17:28:36 +00:00
rename config value
This commit is contained in:
parent
f9ee8d7505
commit
66c4aefa0c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pub struct Config {
|
|||
#[serde(default = "default_default_room_version")]
|
||||
pub default_room_version: RoomVersionId,
|
||||
#[serde(default = "Vec::new")]
|
||||
pub join_by_default: Vec<String>,
|
||||
pub default_rooms: Vec<OwnedRoomId>,
|
||||
#[serde(default)]
|
||||
pub well_known: WellKnownConfig,
|
||||
#[serde(default = "false_fn")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue