Add todos
This commit is contained in:
parent
6a2f9de85b
commit
2a10a7a39f
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# TODO Configure lints in here
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["cove", "cove-*"]
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue