mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-22 17:18:35 +00:00
tokio::spawn does not run until completion of joins
This commit is contained in:
parent
31102a43c5
commit
f0ca5253aa
4 changed files with 54 additions and 47 deletions
|
@ -60,7 +60,7 @@ pub struct Config {
|
|||
#[serde(default = "default_default_room_version")]
|
||||
pub default_room_version: RoomVersionId,
|
||||
#[serde(default = "Vec::new")]
|
||||
pub default_rooms: Vec<OwnedRoomId>,
|
||||
pub default_rooms: Vec<String>,
|
||||
#[serde(default)]
|
||||
pub well_known: WellKnownConfig,
|
||||
#[serde(default = "false_fn")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue