mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
feat: replace nil
This commit is contained in:
parent
21197cc679
commit
d25eb4c53c
@ -56,7 +56,7 @@ func (o *FriendApi) GetFriendList(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (o *FriendApi) GetDesignatedFriends(c *gin.Context) {
|
func (o *FriendApi) GetDesignatedFriends(c *gin.Context) {
|
||||||
a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c)
|
a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c, a2r.NewNilReplaceOption(relation.FriendClient.GetDesignatedFriends))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (o *FriendApi) SetFriendRemark(c *gin.Context) {
|
func (o *FriendApi) SetFriendRemark(c *gin.Context) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user