push update

pull/232/head
Gordon 3 years ago
parent ce554fc442
commit 4a822c5920

@ -94,7 +94,7 @@ func (rpc *rpcChat) runCh() {
if err := db.DB.DelMsgBySeqList(msg.UserID, msg.SeqList, msg.OperationID); err != nil { if err := db.DB.DelMsgBySeqList(msg.UserID, msg.SeqList, msg.OperationID); err != nil {
log.NewError(msg.OperationID, utils.GetSelfFuncName(), "DelMsgBySeqList qrgs: ", msg.UserID, msg.SeqList, msg.OperationID, err.Error()) log.NewError(msg.OperationID, utils.GetSelfFuncName(), "DelMsgBySeqList qrgs: ", msg.UserID, msg.SeqList, msg.OperationID, err.Error())
} }
db.DataBases.DelMsgFromCache(msg.SeqList, msg.UserID, msg.OperationID) //db.DataBases.DelMsgFromCache(msg.SeqList, msg.UserID, msg.OperationID)
} }
} }
} }

Loading…
Cancel
Save