push update

This commit is contained in:
Gordon 2022-05-25 15:53:19 +08:00
parent ce554fc442
commit 4a822c5920

View File

@ -94,7 +94,7 @@ func (rpc *rpcChat) runCh() {
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())
}
db.DataBases.DelMsgFromCache(msg.SeqList, msg.UserID, msg.OperationID)
//db.DataBases.DelMsgFromCache(msg.SeqList, msg.UserID, msg.OperationID)
}
}
}