We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c3d4c + 34dbc2f commit 2ee54e0Copy full SHA for 2ee54e0
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