mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +08:00
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
# Conflicts: # pkg/common/db/batch_insert_chat.go
This commit is contained in:
commit
6e9dcdbb50
@ -38,7 +38,6 @@ func (d *DataBases) BatchInsertChat(userID string, msgList []*pbMsg.MsgDataToMQ,
|
|||||||
msgListToMongoNext := make([]MsgInfo, 0)
|
msgListToMongoNext := make([]MsgInfo, 0)
|
||||||
seqUid := ""
|
seqUid := ""
|
||||||
seqUidNext := ""
|
seqUidNext := ""
|
||||||
//1,
|
|
||||||
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID, len(msgList))
|
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID, len(msgList))
|
||||||
for _, m := range msgList {
|
for _, m := range msgList {
|
||||||
log.Debug(operationID, "msg node ", m.String(), m.MsgData.ClientMsgID)
|
log.Debug(operationID, "msg node ", m.String(), m.MsgData.ClientMsgID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user