diff options
| author | Fuwn <[email protected]> | 2021-05-02 13:28:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 13:28:59 +0000 |
| commit | b6443087d0b59345fc557d240981faaa4e751ffd (patch) | |
| tree | c8884cd74fdc95e6a6a5ef2b8373f7caf41da757 /src/server/hub.rs | |
| parent | docs(cmds): add of2m notice to command: action (diff) | |
| download | whirl-b6443087d0b59345fc557d240981faaa4e751ffd.tar.xz whirl-b6443087d0b59345fc557d240981faaa4e751ffd.zip | |
refactor(todo): update todo style
Diffstat (limited to 'src/server/hub.rs')
| -rw-r--r-- | src/server/hub.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/hub.rs b/src/server/hub.rs index a61e0cc..9c9909e 100644 --- a/src/server/hub.rs +++ b/src/server/hub.rs @@ -103,8 +103,8 @@ impl Server for Hub { }.create()).await?; trace!("sent buddy list notify to {}: {}", username, buddy.buddy); } + // TODO: Figure out if this is actually even needed. // ROOMIDRQ => { - // // TODO: Figure out if this is actually even needed. // let room = RoomIdRequest::parse(msg.to_vec()); // trace!("received room id request from {}: {}", username, room.room_name); // debug!("{:?}", create_room_id_request(&room.room_name, 0x00)); |