This commit is contained in:
shoopea 2019-05-17 15:15:14 +08:00
parent 54022a26a8
commit cbbac16de9

View File

@ -268,7 +268,7 @@ func MQKeepAliveWorker() {
} else if _, ok := clientsQueues[x.UserID64]; ok {
clientsQueues[x.UserID64].Date = x.Date
} else {
clientsQueues[x.UserID64] = x
clientsQueues[x.UserID64] = &x
c := TGCommand{
Type: commandSendMsg,
ToChatID64: x.UserID64,