@ -35,7 +35,7 @@ func ListenMQ(c *tdlib.Client, msgs <-chan TGCommand) {
time.Sleep(time.Until(lastOwnTDMsg.Add(time.Second)))
now = time.Now()
}
b, err := json.Marshal(m)
b, _ := json.Marshal(m)
log.Printf("New MQ message :\n%s\n", string(b))
switch m.Type {
case commandSendMsg:
The note is not visible to the blocked user.