mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-09-14 06:01:51 +08:00
Merge 6fee39f3427c3dfad7f1a6d8a6abf2d79459553e into 6b3faaef1aaf1d5154bc81d7fdeb575b6f00f1e0
This commit is contained in:
commit
bcd38937fd
@ -51,7 +51,7 @@ func NewConversationMongo(db *mongo.Database) (*ConversationMgo, error) {
|
||||
Keys: bson.D{
|
||||
{Key: "conversation_id", Value: 1},
|
||||
},
|
||||
Options: options.Index().SetUnique(true),
|
||||
Options: options.Index(),
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user