mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
del msg
This commit is contained in:
@@ -94,6 +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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user