@ -276,9 +276,7 @@ func botMsgLoad(m *tb.Message) {
TGCmdQueue <- c
resp, err := http.Get(m.Payload)
if err != nil {
return err
}
logOnError(err, "botMsgLoad : Get")
defer resp.Body.Close()
buf := new(bytes.Buffer)
buf.ReadFrom(resp.Body)
The note is not visible to the blocked user.