mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 11:36:44 +08:00
del msg
This commit is contained in:
parent
841566a5d1
commit
c16a35ec8c
@ -330,7 +330,7 @@ func (d *DataBases) DelMsgFromCache(uid string, seqList []uint32, operationID st
|
|||||||
log2.NewWarn(operationID, utils.GetSelfFuncName(), "string2Pb failed", msg, err.Error())
|
log2.NewWarn(operationID, utils.GetSelfFuncName(), "string2Pb failed", msg, err.Error())
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
msg.Status = 4
|
msg.Status = constant.MsgDeleted
|
||||||
s, err := utils.Pb2String(&msg)
|
s, err := utils.Pb2String(&msg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log2.NewWarn(operationID, utils.GetSelfFuncName(), "Pb2String failed", msg, err.Error())
|
log2.NewWarn(operationID, utils.GetSelfFuncName(), "Pb2String failed", msg, err.Error())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user