mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 12:08:52 +08:00
msg update
This commit is contained in:
parent
0aaa8cb36b
commit
7e2db9cd43
@ -275,7 +275,7 @@ func (m *msgServer) GetMaxAndMinSeq(ctx context.Context, req *sdkws.GetMaxAndMin
|
||||
for _, groupID := range req.GroupIDs {
|
||||
maxSeq, err := m.MsgDatabase.GetGroupMaxSeq(ctx, groupID)
|
||||
if err != nil && err != redis.Nil {
|
||||
log.ZDebug(ctx, "redis err", err.Error())
|
||||
log.ZDebug(ctx, "redis err", "err", err.Error())
|
||||
return nil, err
|
||||
}
|
||||
minSeq, err := m.MsgDatabase.GetGroupMinSeq(ctx, groupID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user