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