mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 11:35:59 +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 {
|
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