test stash

This commit is contained in:
shoopea 2020-06-29 10:33:47 +02:00
parent 5dbfacb1f3
commit 2942d755d8

10
job.go
View File

@ -2129,6 +2129,16 @@ func jobGetStash(j Job) {
setJobCallback(j.ID64, userID64, cacheObjSubType[`msg_busy`])
rescheduleJob(j.ID64, 0, time.Unix(maxUnixTimestamp, 0).UTC())
clientSendCWMsgDelay(userID64, "⚖Exchange", busyUntil.Add(2*time.Second).Sub(time.Now().UTC()))
c := TGCommand{
Type: commandReplyMsg,
Text: fmt.Sprintf("Client[%d/%d] : %d", (p.ClientCount - len(p.ClientID64) + 1), p.ClientCount, userID64),
FromMsgID64: p.MsgID64,
FromChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML,
}
TGCmdQueue <- c
return
}
if len(p.ClientID64) == 0 && j.Trigger == 0 {