alter rtc timeout

pull/455/head
wangchuxiao 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 70a576123d
commit 3da22fc1cc

@ -104,7 +104,12 @@ func (s *organizationServer) CreateDepartment(ctx context.Context, req *rpc.Crea
etcdConn := getcdv3.GetConn(config.Config.Etcd.EtcdSchema, strings.Join(config.Config.Etcd.EtcdAddr, ","), config.Config.RpcRegisterName.OpenImGroupName)
client := groupRpc.NewGroupClient(etcdConn)
createGroupReq := &groupRpc.CreateGroupReq{
InitMemberList: nil,
InitMemberList: []*groupRpc.GroupAddMemberInfo{
{
UserID: req.OpUserID,
RoleLevel: constant.GroupOwner,
},
},
GroupInfo: &open_im_sdk.GroupInfo{
Introduction: req.DepartmentInfo.Name,
GroupName: req.DepartmentInfo.Name,

Loading…
Cancel
Save