Browse Source

Add TODO.

main
Titouan Rigoudy 2 years ago
parent
commit
579655890f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      client/src/room/map.rs

+ 2
- 0
client/src/room/map.rs View File

@ -233,6 +233,8 @@ impl RoomMap {
rooms
}
// TODO: Move remaining methods to `RoomEntry`.
/// Records that we have now left the given room.
pub fn leave(&mut self, room_name: &str) -> Result<(), RoomError> {
let room = self.get_mut_strict(room_name)?;


Loading…
Cancel
Save