mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
read after burn time
This commit is contained in:
@@ -23,7 +23,7 @@ func SetConversation(conversation db.Conversation) (bool, error) {
|
||||
}
|
||||
}
|
||||
func SetOneConversation(conversation db.Conversation) error {
|
||||
return db.DB.MysqlDB.DefaultGormDB().Model(&db.Conversation{}).Create(conversation).Error
|
||||
return db.DB.MysqlDB.DefaultGormDB().Model(&db.Conversation{}).Create(&conversation).Error
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user