fix
This commit is contained in:
parent
7549e4956b
commit
1864dc2324
@ -386,7 +386,6 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
case objSubTypeMessageQuestResultAmbush:
|
||||
cwm, err := parseSubTypeMessageQuestResultAmbush(m, rule.re)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Parsing objSubTypeMessageQuestResultAmbush.")
|
||||
cwm.ObjID64 = objId
|
||||
if m.Date.Add(3*time.Minute).After(time.Now()) && m.ChatID64 == chtwrsbotID64 {
|
||||
s := TGCommand{
|
||||
Type: commandForwardMsg,
|
||||
|
Loading…
Reference in New Issue
Block a user