nothing
This commit is contained in:
parent
2ea292c9e6
commit
b4d8f99d58
|
@ -185,7 +185,7 @@ class Contacts:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_contacts_from_jid(self, account, jid):
|
def get_contacts_from_jid(self, account, jid):
|
||||||
''' we may have two or more resources on that jid '''
|
'''we may have two or more resources on that jid'''
|
||||||
if jid in self._contacts[account]:
|
if jid in self._contacts[account]:
|
||||||
contacts_instances = self._contacts[account][jid]
|
contacts_instances = self._contacts[account][jid]
|
||||||
return contacts_instances
|
return contacts_instances
|
||||||
|
|
Loading…
Reference in New Issue