1
0
Fork 0
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:
mikoto 2024-06-17 14:38:25 +02:00 committed by avdb13
parent 31102a43c5
commit f0ca5253aa
4 changed files with 54 additions and 47 deletions

View file

@ -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")]