forked from lavina/lavina
Compare commits
2 Commits
cb071057b4
...
bb4bc43abf
Author | SHA1 | Date |
---|---|---|
Nikita Vilunov | bb4bc43abf | |
Nikita Vilunov | fe802aca26 |
|
@ -414,7 +414,6 @@ impl Player {
|
||||||
} else {
|
} else {
|
||||||
let room = self.services.rooms.get_room(&self.services, &room_id).await;
|
let room = self.services.rooms.get_room(&self.services, &room_id).await;
|
||||||
if let Some(room) = room {
|
if let Some(room) = room {
|
||||||
room.subscribe(&self.player_id, self.handle.clone()).await;
|
|
||||||
self.my_rooms.insert(room_id, RoomRef::Local(room));
|
self.my_rooms.insert(room_id, RoomRef::Local(room));
|
||||||
} else {
|
} else {
|
||||||
tracing::error!("Room #{room_id:?} not found");
|
tracing::error!("Room #{room_id:?} not found");
|
||||||
|
|
Loading…
Reference in New Issue