msg slice storage

This commit is contained in:
Gordon 2021-10-26 16:20:21 +08:00
parent 8d7897cd1e
commit 94f515fa42

View File

@ -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
}