fix compilation
This commit is contained in:
parent
48e359f19d
commit
34edcd5fc0
2
job.go
2
job.go
@ -613,7 +613,7 @@ func jobMsgDelete(j Job) {
|
|||||||
}
|
}
|
||||||
} else if p.ObjMsgID64 != 0 {
|
} else if p.ObjMsgID64 != 0 {
|
||||||
if p.Delay == 0 {
|
if p.Delay == 0 {
|
||||||
obj, err = getObjMsg(j.Trigger)
|
obj, err := getObjMsg(j.Trigger)
|
||||||
clientDelTGMsg(j.UserID64, obj.ID64, obj.ChatID64)
|
clientDelTGMsg(j.UserID64, obj.ID64, obj.ChatID64)
|
||||||
} else {
|
} else {
|
||||||
b, _ := json.Marshal(p)
|
b, _ := json.Marshal(p)
|
||||||
|
Loading…
Reference in New Issue
Block a user