@@ -1,8 +1,8 @@
package main
type WSServerResponse uint8
type WsServerResponse uint8
const (
BadMessage WSServerResponse = iota
BadMessage WsServerResponse = iota
InvalidCredentials
)
The note is not visible to the blocked user.