mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-28 04:48:44 +08:00
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
This commit is contained in:
commit
1f81c7ba2d
@ -98,7 +98,7 @@ func init() {
|
|||||||
fmt.Println("send_id", "-send_time", "index create failed", err.Error())
|
fmt.Println("send_id", "-send_time", "index create failed", err.Error())
|
||||||
panic(err.Error())
|
panic(err.Error())
|
||||||
}
|
}
|
||||||
if err := createMongoIndex(mongoClient, cChat, true, "uid"); err != nil {
|
if err := createMongoIndex(mongoClient, cChat, false, "uid"); err != nil {
|
||||||
fmt.Println("uid", " index create failed", err.Error())
|
fmt.Println("uid", " index create failed", err.Error())
|
||||||
panic(err.Error())
|
panic(err.Error())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user