Add room and nick list UI mockup
This commit is contained in:
parent
992e84e67e
commit
fbc24a1154
4 changed files with 217 additions and 6 deletions
|
|
@ -162,6 +162,7 @@ impl Room {
|
|||
Rpl::Room(RoomRpl::Success) => {
|
||||
*room_verified = true;
|
||||
if let Some(nick) = &self.initial_nick {
|
||||
// TODO Use previous nick if there is one
|
||||
tokio::spawn(Self::identify(
|
||||
room.clone(),
|
||||
nick.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue