We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be27bac + 2ee54e0 commit 78fa7bbCopy full SHA for 78fa7bb
src/main/scala/actor/RoomActor.scala
@@ -51,6 +51,7 @@ object RoomActor {
51
52
case ClientIn.OnlyFor(endpoint, payload) =>
53
if (endpoint == ClientIn.OnlyFor.Room(state.id)) deps.clientIn(payload)
54
+ if (endpoint == ClientIn.OnlyFor.Lobby) deps.clientIn(payload)
55
None -> None
56
57
case crowd: ClientIn.Crowd =>
0 commit comments