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