@@ -0,0 +1,8 @@
package models
import "github.com/gorilla/websocket"
type Client struct {
ID uint32
Conn *websocket.Conn
}
The note is not visible to the blocked user.