Merge 87b7f6aaeb78bdd3c42cbfc565a23a0a19e68371 into 6b3faaef1aaf1d5154bc81d7fdeb575b6f00f1e0

This commit is contained in:
Derek YU 2026-06-01 04:32:19 +08:00 committed by GitHub
commit 32040cb6aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,12 +47,6 @@ func NewConversationMongo(db *mongo.Database) (*ConversationMgo, error) {
},
Options: options.Index(),
},
{
Keys: bson.D{
{Key: "conversation_id", Value: 1},
},
Options: options.Index().SetUnique(true),
},
})
if err != nil {
return nil, errs.Wrap(err)