From 54125c5b65a12e68a13d9f0f74bf99f4ecb8e698 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 6 Jun 2015 15:32:45 +0300 Subject: [PATCH] Default identifyFriend method in OTP --- otp/distributed/OTPClientRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py index 8577498a..e2888609 100755 --- a/otp/distributed/OTPClientRepository.py +++ b/otp/distributed/OTPClientRepository.py @@ -1264,7 +1264,7 @@ class OTPClientRepository(ClientRepositoryBase): return def identifyFriend(self, doId): - pass + return self.identifyAvatar(doId) def identifyAvatar(self, doId): info = self.doId2do.get(doId)