This commit is contained in:
shoopea 2019-05-16 10:53:10 +08:00
parent 29972a9e8f
commit d1bfa399d3

2
job.go
View File

@ -43,7 +43,7 @@ func jobRescan(j Job) {
m := TGCommand{ m := TGCommand{
Type: commandReplyMsg, Type: commandReplyMsg,
Text: "One message processed.", Text: "One message processed.",
FromMsgID64: j.MsgID64, FromMsgID64: r.MsgID64,
FromChatID64: r.ChatID64, FromChatID64: r.ChatID64,
} }
TGCmdQueue <- m TGCmdQueue <- m