mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-09 12:41:58 +08:00
1
This commit is contained in:
parent
56d4064b90
commit
0f4170907f
@ -740,7 +740,8 @@ func (s *groupServer) GroupApplicationResponse(ctx context.Context, req *pbGroup
|
|||||||
} else if req.HandleResult == constant.GroupResponseRefuse {
|
} else if req.HandleResult == constant.GroupResponseRefuse {
|
||||||
chat.GroupApplicationRejectedNotification(req)
|
chat.GroupApplicationRejectedNotification(req)
|
||||||
} else {
|
} else {
|
||||||
return nil, utils.Wrap(constant.ErrArgs, "")
|
//return nil, utils.Wrap(constant.ErrArgs, "")
|
||||||
|
return nil, constant.ErrArgs.Warp()
|
||||||
}
|
}
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user