@ -282,7 +282,8 @@ func botMsgLoad(m *tb.Message) {
defer resp.Body.Close()
buf := new(bytes.Buffer)
buf.ReadFrom(resp.Body)
UnzipMessages(buf.Bytes())
err = UnzipMessages(buf.Bytes())
logOnError(err, "botMsgLoad : UnzipMessages")
} else {
c := TGCommand{
The note is not visible to the blocked user.