mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-18 00:46:41 +08:00
push update
This commit is contained in:
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…
x
Reference in New Issue
Block a user