mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
active user
This commit is contained in:
parent
898adbb833
commit
0cb1fc3e52
@ -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