Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
@@ -249,7 +249,7 @@ func (c *Client) recv(resp *Response, msg *message) error {
}
if msg.Type != messageTypeResponse {
return errors.New("unkown message type received")
return errors.New("unknown message type received")
defer c.channel.putmbuf(msg.p)
The note is not visible to the blocked user.