mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 14:35:57 +08:00
active user
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user