mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
Default identifyFriend method in OTP
This commit is contained in:
parent
c47d1afe4c
commit
54125c5b65
1 changed files with 1 additions and 1 deletions
|
@ -1264,7 +1264,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
||||||
return
|
return
|
||||||
|
|
||||||
def identifyFriend(self, doId):
|
def identifyFriend(self, doId):
|
||||||
pass
|
return self.identifyAvatar(doId)
|
||||||
|
|
||||||
def identifyAvatar(self, doId):
|
def identifyAvatar(self, doId):
|
||||||
info = self.doId2do.get(doId)
|
info = self.doId2do.get(doId)
|
||||||
|
|
Loading…
Reference in a new issue