Add room and nick list UI mockup

This commit is contained in:
Joscha 2022-02-20 00:32:17 +01:00
parent 992e84e67e
commit fbc24a1154
4 changed files with 217 additions and 6 deletions

View file

@ -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(),