mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge remote-tracking branch 'origin/v3dev' into v3dev
This commit is contained in:
commit
e416ace264
@ -338,6 +338,8 @@ func (m *MsgMongoDriver) RangeUserSendCount(ctx context.Context, start time.Time
|
|||||||
"$gte": bson.A{
|
"$gte": bson.A{
|
||||||
"$$item.msg.send_time", start.UnixMilli(),
|
"$$item.msg.send_time", start.UnixMilli(),
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
bson.M{
|
||||||
"$lt": bson.A{
|
"$lt": bson.A{
|
||||||
"$$item.msg.send_time", end.UnixMilli(),
|
"$$item.msg.send_time", end.UnixMilli(),
|
||||||
},
|
},
|
||||||
|
@ -5,7 +5,6 @@ var Relation = &relation{m: make(map[int]map[int]struct{})}
|
|||||||
func init() {
|
func init() {
|
||||||
Relation.Add(RecordNotFoundError, UserIDNotFoundError)
|
Relation.Add(RecordNotFoundError, UserIDNotFoundError)
|
||||||
Relation.Add(RecordNotFoundError, GroupIDNotFoundError)
|
Relation.Add(RecordNotFoundError, GroupIDNotFoundError)
|
||||||
Relation.Add(DuplicateKeyError, UserIDExisted)
|
|
||||||
Relation.Add(DuplicateKeyError, GroupIDExisted)
|
Relation.Add(DuplicateKeyError, GroupIDExisted)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user