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 { } else if _, ok := clientsQueues[x.UserID64]; ok {
clientsQueues[x.UserID64].Date = x.Date clientsQueues[x.UserID64].Date = x.Date
} else { } else {
clientsQueues[x.UserID64] = x clientsQueues[x.UserID64] = &x
c := TGCommand{ c := TGCommand{
Type: commandSendMsg, Type: commandSendMsg,
ToChatID64: x.UserID64, ToChatID64: x.UserID64,