fix a tb
This commit is contained in:
parent
1921c43a94
commit
dc27356721
|
@ -134,7 +134,7 @@ def get_real_jid_from_fjid(account, fjid):
|
|||
if not nick: # It's not a fake_jid, it is a real jid
|
||||
return fjid # we return the real jid
|
||||
real_jid = fjid
|
||||
gcs = interface.windows[account]['gc']
|
||||
gcs = interface.instances[account]['gc']
|
||||
if gcs.has_key(room_jid):
|
||||
# It's a pm, so if we have real jid it's in contact.jid
|
||||
if not gc_contacts[account][room_jid].has_key(nick):
|
||||
|
|
Loading…
Reference in New Issue