Default identifyFriend method in OTP

This commit is contained in:
John 2015-06-06 15:32:45 +03:00 committed by Loudrob
parent c47d1afe4c
commit 54125c5b65

View file

@ -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)