This commit is contained in:
shoopea 2019-10-20 20:10:15 +08:00
parent 7549e4956b
commit 1864dc2324

View File

@ -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,