mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 19:45:41 +08:00
group
This commit is contained in:
parent
3b6d91f0f1
commit
c0357a066b
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
func NewGroupMongo(db *mongo.Database) (relation.GroupModelInterface, error) {
|
func NewGroupMongo(db *mongo.Database) (relation.GroupModelInterface, error) {
|
||||||
return &GroupMgo{
|
return &GroupMgo{
|
||||||
coll: db.Collection("user"),
|
coll: db.Collection("group"),
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user