@@ -580,7 +580,7 @@ async def move(request: Request, room_id):
if not opp_checkmate:
break
if opp_checkmate:
room.state = State.BLACK_WIN if is_white else State.WHITE_WIN
room.state = State.WHITE_WIN if is_white else State.BLACK_WIN
return {
"code": "MOVD",
"color": color.value,
The note is not visible to the blocked user.