mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
group add
This commit is contained in:
@@ -31,7 +31,7 @@ func InsertIntoGroupMember(toInsertInfo db.GroupMember) error {
|
||||
toInsertInfo.RoleLevel = constant.GroupOrdinaryUsers
|
||||
}
|
||||
if toInsertInfo.MuteEndTime.Unix() == 0 {
|
||||
toInsertInfo.MuteEndTime = time.Unix(0, 0)
|
||||
toInsertInfo.MuteEndTime = time.Unix(1, 0)
|
||||
}
|
||||
err = dbConn.Table("group_members").Create(toInsertInfo).Error
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user