@@ -3,7 +3,7 @@ import Go.Types exposing (..)
import WebSocket
wsUrl : Model -> String
wsUrl m = (m.sessionUrl ++ "/game/" ++ toString m.sessionId)
wsUrl m = (m.sessionUrl ++ "/game/" ++ m.sessionId)
encodeCell : Cell -> String
encodeCell ((x, y), c) = "place "
The note is not visible to the blocked user.