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