diff --git a/Cargo.toml b/Cargo.toml index b9284b9..fbd9231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +# TODO Configure lints in here + [workspace] resolver = "2" members = ["cove", "cove-*"] diff --git a/cove/src/ui/euph/room.rs b/cove/src/ui/euph/room.rs index 862d902..7fa266f 100644 --- a/cove/src/ui/euph/room.rs +++ b/cove/src/ui/euph/room.rs @@ -98,6 +98,7 @@ impl EuphRoom { pub fn connect(&mut self, next_instance_id: &mut usize) { if self.room.is_none() { let room = self.vault().room(); + // TODO Decrease ping timeout let instance_config = self .server_config .clone()