mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
msg slice storage
This commit is contained in:
parent
8d7897cd1e
commit
94f515fa42
@ -158,9 +158,6 @@ func (d *DataBases) GetMsgBySeqList(uid string, seqList []int64) (SingleMsg []*p
|
||||
}
|
||||
}
|
||||
}
|
||||
if allCount == len(seqList) {
|
||||
break
|
||||
}
|
||||
}
|
||||
return SingleMsg, GroupMsg, MaxSeq, MinSeq, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user