mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-30 06:22:44 +08:00
decode
This commit is contained in:
parent
6b204c6066
commit
303e2c4ecc
@ -155,7 +155,7 @@ func (m *MsgMongoDriver) GetMsgBySeqIndexIn1Doc(ctx context.Context, docID strin
|
|||||||
}
|
}
|
||||||
log.ZDebug(ctx, "info", "beginIndex", beginIndex, "num", num)
|
log.ZDebug(ctx, "info", "beginIndex", beginIndex, "num", num)
|
||||||
var msgInfos []*table.MsgInfoModel
|
var msgInfos []*table.MsgInfoModel
|
||||||
if err := cursor.All(ctx, &msgInfos); err != nil {
|
if err := cursor.Decode(&msgInfos); err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
if len(msgInfos) < 1 {
|
if len(msgInfos) < 1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user