From 2a10a7a39f29a20b6faee9a943d8a5594aeae2ee Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 2 Jan 2024 12:36:54 +0100 Subject: [PATCH] Add todos --- Cargo.toml | 2 ++ cove/src/ui/euph/room.rs | 1 + 2 files changed, 3 insertions(+) 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()