mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 14:31:43 +08:00
push
This commit is contained in:
parent
49b21fb577
commit
fa5be03fc3
@ -106,7 +106,7 @@ func deleteMongoMsg(operationID string, ID string, index int64, delStruct *delMs
|
||||
if len(msgs.Msg) > db.GetSingleGocMsgNum() {
|
||||
log.NewWarn(operationID, utils.GetSelfFuncName(), "msgs too large", len(msgs.Msg), msgs.UID)
|
||||
}
|
||||
lastMsgSendTime := msgs.Msg[len(msgs.Msg)-1].SendTime
|
||||
// lastMsgSendTime := msgs.Msg[len(msgs.Msg)-1].SendTime
|
||||
|
||||
var hasMsgDoNotNeedDel bool
|
||||
for i, msg := range msgs.Msg {
|
||||
|
Loading…
x
Reference in New Issue
Block a user