test
This commit is contained in:
parent
54022a26a8
commit
cbbac16de9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user