Merge 6fee39f3427c3dfad7f1a6d8a6abf2d79459553e into 6b3faaef1aaf1d5154bc81d7fdeb575b6f00f1e0

This commit is contained in:
dsx137 2026-05-29 03:39:21 +08:00 committed by GitHub
commit bcd38937fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {