mute group

This commit is contained in:
skiffer-git
2022-03-29 09:34:45 +08:00
parent 391e525fc5
commit 1286f9dcb6
5 changed files with 74 additions and 9 deletions
+1
View File
@@ -118,6 +118,7 @@ func GroupMemberDBCopyOpenIM(dst *open_im_sdk.GroupMemberFullInfo, src *db.Group
dst.AppMangerLevel = 1
}
dst.JoinTime = int32(src.JoinTime.Unix())
dst.MuteEndTime = uint32(src.JoinTime.Unix())
return nil
}