diff --git a/pkg/proto/friend/friend.proto b/pkg/proto/friend/friend.proto index 8f7827edc..b15516428 100644 --- a/pkg/proto/friend/friend.proto +++ b/pkg/proto/friend/friend.proto @@ -167,6 +167,6 @@ service friend{ rpc setFriendRemark(SetFriendRemarkReq) returns(SetFriendRemarkResp); rpc importFriend(ImportFriendReq) returns(ImportFriendResp); - rpc CheckFriendFromCache(IsFriendReq) returns(IsFriendResp); - rpc CheckBlockFromCache(IsInBlackListReq) returns(IsFriendResp); + // rpc CheckFriendFromCache(IsFriendReq) returns(IsFriendResp); + // rpc CheckBlockFromCache(IsInBlackListReq) returns(IsFriendResp); } \ No newline at end of file