This commit is contained in:
shoopea 2019-07-09 16:19:28 +08:00
parent 4d7e5858cc
commit b83a8c2787
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ ChirpNestBot
- [ ] Experience graphs & forecast
- [ ] Impersonate
- [ ] Link TelegramUserID and UserID
- [ ] Issue with Squire in the /g_roles ?
- [x] Foray interception
- [x] Export/import all messages
- [x] Test HTML in message

View File

@ -398,9 +398,10 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : addObjXP(MeAck)")
case objSubTypeMessageGoQuestAck:
cwm, err := parseSubTypeMessageGoQuestAck(m, r)
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Parsing objSubTypeMessageMeAck.")
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Parsing objSubTypeMessageGoQuestAck.")
cwm.Msg = m
uid, err := clientGetUserID64(m.UserID64)
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Retrieving UserID64.")
if err != nil {
err = setObjSubTypeId(objId, objSubTypeMessageUnknown)
} else {