fix vault val
This commit is contained in:
parent
400a690b5c
commit
93f67bc599
4
job.go
4
job.go
@ -2648,8 +2648,8 @@ func jobVaultVal(j Job) {
|
|||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: "out",
|
Text: "out",
|
||||||
ToMsgID64: p.MsgID64,
|
FromMsgID64: p.MsgID64,
|
||||||
ToChatID64: p.ChatID64,
|
FromChatID64: p.ChatID64,
|
||||||
ParseMode: cmdParseModeHTML,
|
ParseMode: cmdParseModeHTML,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
Loading…
Reference in New Issue
Block a user