This commit is contained in:
shoopea 2019-06-11 10:22:06 +08:00
parent 04de612c2a
commit 22b3bbe81e

2
td.go
View File

@ -64,6 +64,8 @@ func ListenMQ(c *tdlib.Client, msgs <-chan TGCommand) {
MQCWMsgQueue <- r MQCWMsgQueue <- r
} }
default:
log.Printf("ListenMQ : No handler for command %d.\n", m.Type)
} }
} }
} }