fix getting vcard in rooms where JIDs are public. fixes #7131
This commit is contained in:
parent
2a242bf3bd
commit
7b94905973
|
@ -268,7 +268,7 @@ class VcardWindow:
|
|||
return
|
||||
if self.xml.get_object('information_notebook').get_n_pages() < 5:
|
||||
return
|
||||
if obj.fjid != self.real_jid:
|
||||
if obj.fjid != self.contact.jid:
|
||||
return
|
||||
i = 0
|
||||
client = ''
|
||||
|
|
Loading…
Reference in New Issue